Saturday 15 May 2010

google play - No compatible devices Android Market -



google play - No compatible devices Android Market -

hello i've been having problems when upload app play store says 0 compatible devices don't know what's wrong apk compiles , works on many devices i've tested there way prepare people can't download app.

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.qbotindustries.moremobs" > <supports-screens android:anydensity="true" android:largescreens="true" android:normalscreens="true" android:resizeable="true" android:smallscreens="true" android:xlargescreens="true" /> <application android:allowbackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/theme.notitlebar.fullscreen" android:hardwareaccelerated="true" > <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <activity android:name=".mainsplashscreen" 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=".firstscreen" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.main" /> </intent-filter> </activity> <activity android:name="com.google.android.gms.ads.adactivity" android:configchanges="keyboard|keyboardhidden|orientation|screenlayout|uimode|screensize|smallestscreensize" /> <activity android:name="com.jirbo.adcolony.adcolonyoverlay" android:configchanges="keyboardhidden|orientation|screensize" android:theme="@android:style/theme.translucent.notitlebar.fullscreen" /> <activity android:name="com.jirbo.adcolony.adcolonyfullscreen" android:configchanges="keyboardhidden|orientation|screensize" android:theme="@android:style/theme.black.notitlebar.fullscreen" /> <activity android:name="com.jirbo.adcolony.adcolonybrowser" android:configchanges="keyboardhidden|orientation|screensize" android:theme="@android:style/theme.black.notitlebar.fullscreen" /> </application> <uses-permission android:name="android.permission.internet" /> <uses-permission android:name="android.permission.access_network_state"/> <uses-permission android:name="android.permission.write_external_storage"/> <uses-permission android:name="android.permission.read_external_storage"/>

there's manifest :)

i suggest double check "uses-feature" , "supports-screens" elements in manifest file. used play store filter apps.

android google-play

No comments:

Post a Comment