Michael
Michael
Right so the issue only presents itself when you use your NativeProcess method to load your swf? Could you elaborate some more on the method you are using
Can you elaborate on this part: "only to overwrite the application.xml to let the runtime exe to load different main file(launcher or loader)" Is `path` in your code the path...
Interesting approach I haven't seen this done before. And to summarise you are seeing this stuttering only when using AIR 50/51 using this particular launch method. Using AIR 50/51 and...
Can you try adding `false` to the `styles.xml` in your AIR SDK `AIRSDK/lib/android/lib/resources/app_entry/res/values/styles.xml` ```xml @null false ```
Probably should leave this open to get harman to address it :)
@Mintonist Not sure this will work via the `res` folder as the original resource will still be in the AIR SDK, though the error seems to indicate something different than...
Interesting, can you double check that you are using the new build process (i.e. have set build legacy in your manifest and have set an android sdk in your config...
@LaciFarkas There have been a few people having issues with their Assets.car that results in a similar issue. Are you using a custom asset catalogue and launch screen at all?
Yes potentially that can cause issues as you'll be missing some of the AIR assets. Try using this script instead: https://github.com/distriqt/AIR-ImageScripts
Currently the only way I know of is to use a mac. However I've been looking into ways of automating this script so I may have something more generic available...