Just uploaded 2 new apks and on both I’m getting supported devices 0.
Just looked around and I can’t think of anything suspicious with my manifest.
Can someone shed some light on this?
thanks
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
I encountered the same problem when I published my app recently. If I recall correctly, I had to click on the APK tab and select the APK file (possibly by clicking an “Activate” button). I hope this helps you in the right direction. Since I already fixed it, I can’t see the same options that you see.