IntelliJ cannot find icons when running/debugging AIR for Android
When running or debugging a new AIR for Android application in the latest build, I get an error 303 on all of my icons in the application descriptor. I've tried every path, and confirmed the files are present in the out directory.
I can package for AIR Mobile, but only after specifying a path for the additional icon assets in the package dialog. At least it creates the APK, I haven't confirmed if that file is any good.
Commenting out the icons altogether I can run/debug on device just fine.
I've tried assets inside and outside the src path.
Any idea what I might be missing here? Is there a "Copy non-embedded files to output folder" option for run/debug that I'm not seeing?
Please sign in to leave a comment.
Looks like http://youtrack.jetbrains.net/issue/IDEA-69646
The issue is fixed in IDEA 11 branch, we'll see if it can be integrated in 10.5.x update release.
Ah, yes that would be great to get asap. The workaround to run/debug with it commented is ok, but not ideal.
Thanks!
The fix is available in just released 10.5.1 EAP: http://confluence.jetbrains.net/display/IDEADEV/IDEA+10.5+EAP
Notice 'Packaging options' button at AIR mobile run configuration dialog.
Feedback on the feature is very much welcome!
Thank you! I'll let you know.