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

后端 未结 2 1148
予麋鹿
予麋鹿 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.

提交回复
热议问题