Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I think you should add theese lines in AmdroidManifest.xml file:

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
 <supports-screens
 android:normalScreens="true"
 android:largeScreens="true"
 android:smallScreens="true">
 </supports-screens>

Thank you

Original comment by [email protected] on 23 Nov 2010 at 1:41

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Thank you, I just added your suggested changes. 

Original comment by [email protected] on 2 Dec 2010 at 9:02

  • Changed state: Fixed

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I have the same problem. I add the support for smallscreens, update code 
version but my app is not in market... 

this is my manifest


<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.pos**.*"
     android:versionCode="3"
     android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/app_name" android:theme ="@style/CustomTheme" android:debuggable="false">
        <activity android:name=".Start"
                 android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    <activity android:name="Login"></activity>
<activity android:name="MenuPrincipale"></activity>
...
<activity android:name="InsertIssue"></activity>

</application>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.CAMERA"></uses-permission>
<uses-permission 
android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
<supports-screens
 android:normalScreens="true"
 android:largeScreens="true"
 android:smallScreens="true">
 </supports-screens>


</manifest> 



Original comment by [email protected] on 18 Dec 2010 at 8:59

from apv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.