My app does not appear in the android market of my Samsung Galaxy S phone

后端 未结 2 1146
予麋鹿
予麋鹿 2020-12-11 22:59

It seems that I have a very similar problem to this one, but the solution described there didn\'t help me.

I have developed the application named PYahtzee Free and P

相关标签:
2条回答
  • 2020-12-11 23:32

    After many trials I have managed to figure out what was the problem: I had a raw directory among resources. This contains - among others - three files like "bestfixarray_compressedbin.jet". If these files are small in size (a few kB) the application is shown as "compatible" with my device on the market (both when browsed with the PC on the web and on the phone's app). In the reality these files are in total 31MB. When I include these files into the package and upload the app to the market, at the end the market filters the app out. Please note that when I check the "Supported Device" on the "Product details" tab, my phone is still shown as "compatible" :)

    So:

    Don't put too big files into the res/raw directory! As a result the market will not show your app to many devices.

    0 讨论(0)
  • 2020-12-11 23:33

    In the Android Market Developper Console, select your application details, and if you scroll down the options, in the Tab where you select target countries and so on, you've got an option listing all compatible devices, start there to check if yours has been filtered out and why.

    Check this link

    0 讨论(0)
提交回复
热议问题