distriqt / ANE-AndroidSupport

Android Support Library Native Extension
https://airnativeextensions.com
22 stars 4 forks source link

Error Building With AndroidX Core Extension #22

Closed scott-wowzers closed 2 years ago

scott-wowzers commented 2 years ago

When I attempt to build my project for Android with the androidx.core extension, I get the following errors:

aapt tool failed:/private/var/folders/3h/ps6x_kln6_g6mf4ncp_t1p8c0000gn/T/3172f68b-e48e-47a4-b15b-a0f0ff43ef1f/savedstate-1.1.0-res/values/values.xml:3: error: Found tag id where item is expected
/private/var/folders/3h/ps6x_kln6_g6mf4ncp_t1p8c0000gn/T/3172f68b-e48e-47a4-b15b-a0f0ff43ef1f/lifecycle-viewmodel-2.4.1-res/values/values.xml:3: error: Found tag id where item is expected
/private/var/folders/3h/ps6x_kln6_g6mf4ncp_t1p8c0000gn/T/3172f68b-e48e-47a4-b15b-a0f0ff43ef1f/lifecycle-runtime-2.4.1-res/values/values.xml:3: error: Found tag id where item is expected

This is using latest extensions and latest AIR SDK.

I've followed the instructions documented here.

marchbold commented 2 years ago

Please see the discussion here: https://github.com/airsdk/Adobe-Runtime-Support/discussions/1782