Skip to content
This repository has been archived by the owner. It is now read-only.

Add a goal to fix inconsistent AndroidManifest.xml #15

Open
Antoine-Lassauzay opened this issue Oct 23, 2013 · 2 comments
Open

Add a goal to fix inconsistent AndroidManifest.xml #15

Antoine-Lassauzay opened this issue Oct 23, 2013 · 2 comments

Comments

@Antoine-Lassauzay
Copy link
Contributor

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.

@fomkin
Copy link
Owner

fomkin commented Oct 24, 2013

Yes, it may be great improvement.

@Antoine-Lassauzay
Copy link
Contributor Author

After some research I discovered that the transformation applied to the version number for Android packaging makes sense : http://developer.android.com/tools/publishing/versioning.html

Still, the air.* prefix removal would be a cool addition to the plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants