February 8th, 2012, 05:50 PM
|
#4 (permalink)
|
|
New Member
Join Date: Aug 2011
Posts: 5
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Originally Posted by crimsonpine
Hi,
Are you sure you specified supported screens in your android manifest file?
For example:
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true" />
The apk run manually might have worked on your phone but after uploading to android market it wasn't listed as supported for particular device types.
You can also take a look in your developer console at supported devices list and check which devices are supported.
|
Thank you for your input there. That didn't seem to do the trick. I managed to find the game on the Market App of another phone with same screen resolution and same android version, so that's a good news that at least it is searchable... It's just weird that it is not searchable on my phone....
|
|
|