adt-maven-plugin
adt-maven-plugin copied to clipboard
Adobe AIR SDK adt tool runner. Build air, apk and ipa packages with your maven!
https://github.com/yelbota/adt-maven-plugin/issues/21
Append the sampler argument only if targetting iOS. This removes the need to this check in the POM, which is useful for more complex projects. In the same fashion, added...
The link in REDME file http://dl.dropboxusercontent.com/u/36020926/maven/ seems to be outdated (404 error is reported).
Typically the latest AIR SDK ships with a bundled iOS SDK that's a few versions behind. When the latest iOS SDK is required, the -platformsdk option must be passed to...
See http://stackoverflow.com/questions/13634458/google-play-requires-versioncode-to-be-set-to-a-positive-32-bit-integer-in-andro Ex: when setting `1.0.1` in my AIR descriptor, the Android manifest has `` 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...
I guess that in order to debug the app deployed on mobile device you should add the **-connect** parameter. I think that `apk-debug` is not enough.