just a quick one – can anyone advise how I can alter the version number of my compiled apk?
Thanks
Paul
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before you compile your application you modify your AndroidManifest.xml file. You’ll want to modify the android:versionCode and android:versionName attributes in the manifest tag.
More info can be found here:
http://developer.android.com/guide/publishing/versioning.html
Not sure what you can do once the apk is compiled.