I have compiled my application using nbandroid with netbeans 7.0 on a mac. Then keysigned it with jarsigner and aligned it using zipalign. It uploaded to the market with no issue but it will not insta
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 am trying to find if a specific package already exists in Android Market. I know I have no problem to actually open the Market application in the package page:
In my Android app I: generate an incrementing build number (integer) using a script as part of my build (uses Integer from SVN revision)
I am unable to install my app onto a device even when it is downloaded from the Android Market. How can this be possible? If it were signed incorrectly wouldn\'t the market not accept it? I have tried
The book I am using to learn Android app development says: To install an Android application onto a device, you first need to sign the
I want to implement a solution where I want to catch theandroid.intent.action.DOWNLOAD_COMPLETED intents from the Android Market App i.e after the download of the app. The android Market app uses the
Is there anyway of deploying an app on android market without letting people download it 开发者_运维百科? Something like the Apple Store behavior of blocking the download of the app until the release
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\'ve been trying to publish an app on the android market and I keep getting this error \"Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml\" I looked at