I have a project in AS3 using package com.gearsandcogs.air.extensions. When a try to compile a Native Android APK, shows this error:
"An implementation for native extension 'com.gearsandcogs.air.extensions.PackageManager' required by the application was not found for the target platform."
In the description XML:
<extensions>
<extensionID>com.gearsandcogs.air.extensions.PackageManager</extensionID>
</extensions>
If I comment the "extensionID", compiles the apk without errors.
Sugestions to solve this or other PackageManager alternative?
Harman SDK 33.1 with VSCode+ActionScript & MXML Extensions
Thanks! Regards!