I created an Android application and published it on the Android Market. When I upgrade to higher version, then do开发者_高级运维 update to my phone, there are now two application icons for my applic
I have read several posts on this topic, but have yet to find a definitive answer, so my apologies for asking again.Based on what I\'ve read, here are some of the oddities of my app - are these to bla
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m trying to test inapp purchase, but every time when I deploy with eclipse (signed with the debug key), it says:
I have the following code in my application\'s proguard.cfg (and yes, I also have proguard.config=proguard.cfg in build.properties):
I implemented a BroadcastReceiver for the Android Market INSTALL_REFERRER Intent as described here: Get referrer after installing app from Android Market
I\'m trying the sample code from here. But my app is crashing. I added logging and found out that it\'s crashing at session.flush(); so I removed that line and it doesn\'t crash anymore.
We have users with android app installed from non-market install(manual apk inst开发者_如何学运维all)
What is the best way to have a development/test version of an android app installed at the same time as the released version from market? i would like to send testers a .apk file via email they can in
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.