Copy link to clipboard
Copied
We have developed an app in Flash that's already for sale in iTunes, and we're trying to get the Android version launched. One thing I can't figure out is how to edit the AndroidManifest.xml. With Flash/AIR for iOS you put the XML in the "included file list" in the publish settings. But this doesn't seem to work for Android. We just need to add a few attributes like screen size, and API version exclusions. Where do you do this!? Thanks!
Copy link to clipboard
Copied
Look in the application descriptor file (YourAppName-app.xml) in the root directory of your project's src. There you will find an <android> tag with <manifestAdditions>.
See http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSfffb011ac56037... for more info.
Copy link to clipboard
Copied
I tried that, but it's strange. When I add what I need to that XML and publish, it wipes out everything I added. I'm trying to add:
<supports-screens
android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="false"
android:xlargeScreens="true"/>
I also get warning about permissions and application.xml.
Copy link to clipboard
Copied
anyone....anyone? Please!!
Copy link to clipboard
Copied
Please see the link below:
Copy link to clipboard
Copied
if u have not edited the permission settings in the tool, usually it will not write over the custom xml. if it does however, set the file as read only. You may also want to unzip the final. apk just to be sure the compiler did not pull anything out of the xml
Find more inspiration, events, and resources on the new Adobe Community
Explore Now