Skip to content Skip to sidebar Skip to footer

Android App Works On Eclipse Emulator But Play Store Says My Device Is Not Compatible

I'm programmming an App that works fine when I run it on the emulator with Android 2.2, also I execute the .apk in my tablet Galaxy Tab2 Android 4.0.3 and works fine too. Then, I s

Solution 1:

Update :

<uses-featureandroid:name="android.hardware.camera"android:required="true" /><uses-featureandroid:name="android.hardware.camera.autofocus"android:required="true" />

reference and this

Post a Comment for "Android App Works On Eclipse Emulator But Play Store Says My Device Is Not Compatible"