Open mwelk opened 2 years ago
That's very annoying! We'd added a 'queries' section into our template, and the additional workaround that was required to merge any existing queries section into it has then led to this problem (and as you can tell, our test used a 'package' section in the 'queries' - which works - but not 'intent' ....)
Below is a zip that contains a patched version of ADT from 33.1.1.856, to give you an option for the short term... adt.zip
thanks
Thanks for the quick reply! I can confirm that the patch fixes the build problem.
I haven't tested it yet, but does this also include the other tags that can be in the queries
element (eg provider
)?
Yes - I checked the spec for queries
, the code should work okay with the three tags that are expected/allowed here: provider
, package
, intent
.
thanks
Thanks for prompt responses @ajwfrost much appreciated!
Problem Description
Since AIR 33.1.1.856 building APK fails with the following error:
Current Android sdk version doesn't support intent as xml tag
Java version:
ADT command line:
java.exe -jar adt.jar -package -target apk-captive-runtime -arch armv8 -platformsdk Android-Sdk ...
ANE's:
Manifest infos generated by apm:
Known Workarounds
Switch back to AIR 33.1.1.821