anyway to ignore import fail of not present class
Hello,
I'm working on a project that needs to be deployed in AIR 13 for desktop and AIR 31 for Android (because of Android permission politics changed).
Of course, when I import PermissionStatus class and try to package for AIR 13 I get an error 1046: Type was not found or was not a compile-time constant: PermissionStatus.
I'm wondering is there any way to ignore this error so packager removes this import by itself and I don't need to remove any MovieClips or Library instances manually before packaging for lower versions of AIR SDKs?
TNX in advance.