You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
See http://stackoverflow.com/questions/13634458/google-play-requires-versioncode-to-be-set-to-a-positive-32-bit-integer-in-andro
Ex: when setting
<versionNumber>1.0.1</versionNumber>
in my AIR descriptor, the Android manifest has<manifest android:versionCode="1000001" ...>
In the same fashion, there is this : http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html
I.e. AIR prefixes your app ID with air. which could be an issue in some cases.
@yelbota Do you think this should be something provided by the adt-maven-plugin ?
I can work on this since I will most likely have to do it for my job.
The text was updated successfully, but these errors were encountered: