itlancer
itlancer
For me `declaration` (and other AIR 51 features) works fine if you also set up `"swf-version": 51` in `asconfig.json` in `compilerOptions` section.
@ajwfrost In my cases `runtimeInBackgroundThread` could really increase performance when application use camera. Without it AIR for Android have really terrible performace with camera usage: https://github.com/airsdk/Adobe-Runtime-Support/issues/1980
Works as expected with AIR 51.0.0.2. Waiting for fixes: https://github.com/airsdk/Adobe-Runtime-Support/issues/3083 https://github.com/airsdk/Adobe-Runtime-Support/issues/3084 and production release to close this feature request as completed.
Fixed. Tested with AIR 51.0.1.5. Thanks!
@ajwfrost, this crash on start returns back with latest AIR 50.2.3.7 for some devices: ``` E FATAL EXCEPTION: main Process: my.air.app, PID: 5438 java.lang.UnsatisfiedLinkError: No implementation found for void com.adobe.flashruntime.air.VideoViewAIR.nativeSetSurfaceSize(long,...
@ajwfrost Seems fixed with latest AIR 50.2.3.8. Cannot reproduce it anymore. But with AIR 50.2.3.7 it still reproducible. So it's not one-time device failure.
@ajwfrost With AIR 51.0.1.1 crash like was with AIR 50.2.4.5 still exists but happens only with more complex applications for Linux. I still try to find new test case for...
Fixed. Tested with latest AIR 51.0.1.4. Thanks!
Issue still exists with latest AIR 51.0.1.1.
Now it works fine. Tested with latest AIR 51.1.1.5. Thanks!