distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

missing support to Android-x86_64 #48

Closed megajogos closed 4 years ago

megajogos commented 4 years ago

We have used the last version of the repository to build the customResource.ane but it does not have the x86_64 files.

megajogos commented 4 years ago

We edited the xmls to support x64 but when we build our apk with target x64 we got the following error:

aapt tool failed:C:\Users\fontec\AppData\Local\Temp\1cd22e56-ccad-4cc3-b066-d8d9d19ccc07\AndroidManifest.xml:109: error: Error: No resource found that matches the given name (at 'resource' with value '@color/black').
marchbold commented 4 years ago

We'll look into adding support for x86 64bit. Currently we don't support this as it is seen as a very small market.

marchbold commented 4 years ago

Hi, We added Android x64 platform to the script, let me know if you have any issues.