-
Hello, Now we must specify the Android SDK path to compile Android App to the latest versions... But I can't specify it on the asconfig.json.
But I get this error: So I have to copy the SDK inside the project folder. It works but it's very inefficient... Thank you for your help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Does it work if you switch from backslashes to forward slashes? This error comes from the adt tool in the AIR SDK, so there's not much I can do to help on the vscode-as3mxml side of things. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick reply. I've the same issue with forward slashes: Strange, because the backslashes work well in settings.json:
|
Beta Was this translation helpful? Give feedback.
Great ! It works now.
Your comment has suggest to me to have a look in adt.cfg
The problem was about an old and bad value in adt.cfg, located not in the lib folder of the Air SDK but in my homepath folder...
Thank you !