Andrew Frost
Andrew Frost
Hi @RossD20Studios The odd thing here is that looking at the source code for the new compiler, I don't actually see what `omit-trace-statements` does... i.e. there doesn't seem to be...
@RossD20Studios here's a question for you .... having looked at this a bit more, `omit-trace-statements` is being set internally to `true` in the default configuration of the compilers. Even in...
> What does the optimize flag do? That's a good question :-) I just had to look through the compiler code to find out. Basically it tries to optimise the...
Hi AIR (and Flash Player) has a lot of issues with text rendering in general... which is one of the reasons Adobe introduced the 'StageText' concept, to take advantage of...
How are you doing the upload? My slight concern is that with the new mechanism, we don't have any File url/path that can be used for uploading things, it's all...
Is this happening with a blank/empty test application? or are there ANEs involved in it? The crash trace is only showing internal Android files/calls so something very weird is going...
Hi @myflashlab - the issue with this is that Linux doesn't really have a 'web view' component like you can get on macOS and on Windows.. so there would need...
This sort of extensibility is something I'd hope we could release before the end of this year, it's not on the immediate list but is something I think will help...
Hi It looks like a problem with the multidex support: ``` 02-23 11:07:39.593 26666 26666 I MultiDex: VM with version 2.1.0 has multidex support 02-23 11:07:39.593 26666 26666 I MultiDex:...
Thanks ... interestingly, both of these are using the Gradle build mechanism: ``` 743: Gradle build command: C:/Progra~1/Java/jdk-16.0.1\bin\java.exe -Xmx4096m -Dorg.gradle.appname=gradlew -Dorg.gradle.jvmargs=-Xmx4096m -Duser.dir="C:\Users\Matt\AppData\Local\Temp\35300748-4342-49d7-a611-5cae79a08f68" -cp "C:\Program Files\Adobe\Adobe Flash CC 2015\AIR 33.1.1.743\lib\android\bin\gradle-wrapper.jar";"C:\Program Files\Adobe\Adobe...