Getting set up on a new machine - error: Found tag id where item is expected #3878
-
It's been years since I had to do a fresh install of Air and FlashDevelop etc. I got Airsdk manager, and the newest version, and have my project running via FlashDevelop, however if I try to package the app I run into errors like:
I feel like I am missing something fundamental, but not sure what. I tried Java (JDK) 17 and Java (JDK) 11 but that didn't seem to make a difference. I seem to remember needing to install Android Studio back in the day, but I can't remember exactly if that is correct and what I would need from it. Any tips, I'm not sure how to debug this as the temp files disappear before I can even see them. Also it seems like FlashDevelop 64 bit no longer works, can't even open it, are most windows devs switching to Visual Studio to build air apps? Any tips there would help too. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Yeah sounds like an old version of the Android SDK on your machine. Just download Android Studio https://developer.android.com/studio and then open up the "SDK Manager" inside Android Studio. Check that you have version 14 (34) of the SDK installed and version 34.0.0 of the build tools. Then set the same path in the AIR SDK Manager under "Configuration" / "Android Platform SDK" as the install location of the Android SDK (it's up the top of the SDK Manager screen). |
Beta Was this translation helpful? Give feedback.
-
Most people seem to be using either IntelliJ or VS Code for dev these days with some still using Animate (though I do not recommend 😉 ) . |
Beta Was this translation helpful? Give feedback.
-
Thanks a bunch @marchbold ! That solved it! I'll give VS Code a try before too long also 😉 |
Beta Was this translation helpful? Give feedback.
-
I'm still using FlashDevelop, and I've gotten it set up on new machines, though using an older 32-bit version -- I didn't know they ever released a 64-bit version! At some point I wouldn't mind switching to something else, but it still works decently for my workflow (especially with trying to keep up with lots of existing projects). I haven't really seen many details about what benefits there would be in switching to a different tool, though I do remember seeing that incremental compiling isn't available if you switch to IntelliJ (not sure about VS Code) so compiling can take longer. |
Beta Was this translation helpful? Give feedback.
Yeah sounds like an old version of the Android SDK on your machine.
Just download Android Studio https://developer.android.com/studio and then open up the "SDK Manager" inside Android Studio. Check that you have version 14 (34) of the SDK installed and version 34.0.0 of the build tools.
Then set the same path in the AIR SDK Manager under "Configuration" / "Android Platform SDK" as the install location of the Android SDK (it's up the top of the SDK Manager screen).