New Rule for Market Android ???

rtesluk

Member
Licensed User
Longtime User
Jan 7 2012
14:30 Hours

I attempted to upload my apk to Market and got this error message.

Market requires versionName to be set in AndroidManifest.xml.

What does it mean?

Thanks

Ray Tesluk :sign0104:
 

timo

Active Member
Licensed User
Longtime User
Example:
VersionCode: 1
VersionName: 1.0.0

The first is an integer, the second a string.
Every soft update must increment the version code by 1, and the string as you want.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
t's NOT a NEW RULE...
It has always been this way...
And remember, very time you want to UpDate your app in the market, the code version HAS TO BE DIFERENT from the published one (usually increased)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…