Hi Everyone,
I have been working hard on trying to remove the air prefix from my app/package id (i.e. air.my.package.name) with the captive runtime featured included in my app at the same time. I have been able to go through all stages except for the creation of a resource.arsc to package inside my.apk .
I receive a huge list of errors when using the aapt utility through the terminal to create the .arsc file. They are all say "No resource identifier found for attribute 'property_name' in package 'android'"
/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_war ning.xml:20: error: No resource identifier found for attribute 'layout_height' in package 'android'
/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_war ning.xml:20: error: No resource identifier found for attribute 'text' in package 'android'
/Users/CodeMata/Desktop/apkConvert/area/res/layout/ssl_certificate_war ning.xml:20: error: No resource identifier found for attribute 'layout_below' in package 'android'
If you have come across this problem or know of a solution... I'm all ears.
-CodeMata