Apk cannot be build because of errors, some obvious troubleshooting doesnt fix it
I start an AIR Mobile AS3 App project. Finally I can say it correctly found its AIR and Flex folders. There have been threads about such issues but not with latest versions of Flex and mostly with AIR. So a new project with latest flex and AIR, I installed the AppMan package Flex SDK + AIR SDK 4.6.0. + 32.0.0
Obvious paths in the SetupSDK.bat are:
..(whatever drive)\FlashDevelop-5.3.3\Apps\flexairsdk\4.6.0+32.0.0
..(whatever drive)\FlashDevelop-5.3.3\Tools\android (that includes platform-tools containing adb.exe)
… and so application.xml must have ? application xmlns="http://ns.adobe.com/air/application/32.0"
defaults in 28.0 but that changes nothing
Yes certificate is created from the bat
And that's it, a simple embedded image display: I have to switch between Debug and Release when pressing F5 because repeating twice Debug or Repeat causes the error that var value for image is empty, but if you alternate it displays image in Device window so i will assume it compiles well.
Or deleting the project.swf generated on compilation also allows to display the image if running Debug or Release for first time.
But t he error is when running the PackageApp.bat and [1] for normal apk
var value for image is empty. Are you... well, whatever you're doing. For a faster answer: Start by showing some code that re-creates this issue. - VC.One