Ask Your Question

Revision history [back]

i have found error you can use android:versionCode="21" android:versionName="2.1" > instead of android:versionCode="1" android:versionName="1.0" > and <uses-sdk android:minsdkversion="8"/> <application android:allowbackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" &gt;="" <activity="" android:name="com.appliconic.testing.MainActivity" android:label="@string/app_name" android:screenorientation="landscape" android:configchanges="keyboardHidden|orientation"> <intent-filter> <action android:name="android.intent.action.MAIN"/>

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>
<supports-screens android:resizeable="true"
                  android:smallScreens="true"
                  android:normalScreens="true"
                  android:largeScreens="true"
                  android:anyDensity="true" />
 <uses-permission android:name="android.permission.CAMERA"/>

<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
<uses-feature android:name="android.hardware.camera.front.autofocus" android:required="false"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

</manifest> remove targate sdk