I am receiving this error message when I try to add xmlns:tools="http://schemas.android.com/tools" to my manifest element.
so, I tried searching and found this: http://help.adobe.com/en_US/air/build/WSBE9908A0-8E3A-4329-8ABD-12F2A19AB5E9.html
which says:
Exit code | Description | Notes |
---|---|---|
400 | Current Android sdk version doesn't support attribute. | Check that the attribute name is spelled correctly and is a valid attribute for the element in which it appears. You may need to set the -platformsdk flag in the ADT command if the attribute was introduced after Android 2.2. |
I thought I found the solution but setting the -platformsdk flag in my adt command is not fixing the issue! What am I doing wrong?! on the Android side, I am using the Android SDK and everything works but when I try to use the attribute in Adobe Air pointing to the right Android SDK it keeps throwing that error message when compiling.
Thanks.