i have a question:
How can i import or set a version to my .apk file for recognize upgrading in AppMarkets?
have a good time
i have a question: How can i import or set a version to my
Share
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.
You’ll find information on versioning your app on this site.
You should declare the version of your app in the manifest file. If it’s higher than the one on the android device, it will recognize it as an updated version of your app. This version should be an integer value.
I’m talking about the version code, the versionName is your own choice. the versionCode has to be the integer and incrementing every time you launch an updated version of your app.