Andrew Frost
Andrew Frost
The crashes that were listed above proved somewhat tricky :-( so e.g. there was an exception happening within the "equals" function, but from all the reviews we've done, we can't...
Hi @spAds2 - thanks for the traces. These are looking very odd .. the first two call stacks (crash at `7ca1f8`) are actually where the just-in-time compiler is trying to...
Hi So this sounds like the Flash Builder compiler has classes that implement interfaces that are defined in the AIR SDK compiler: ``` com.adobe.flexbuilder.multisdk.compiler.internal.ApplicationTargetSettings.omitTraceStatements ``` means that this `ApplicationTargetSettings` class...
Hi @wmtj @sjabberwocky - below is a compiler.jar file (zipped up) that you can put into the "lib" folder and that has changed how we do this, leaving the `ITargetSettings`...
Hi The major change that happened on Android since build 721 is around the font rendering, so I'm wondering whether you have a lot of text fields involved in your...
Hi - we're working on this, it looks like it's just linked with the removal of the software H.264 decoders from the runtime (due to patent licensing restrictions) so we're...
You'd need to do this via Android Studio .. If you are using the latest AIR SDK, there's an option to just output the Android Studio project (`-target android-studio`) or...
This is likely caused by the automatic inclusion of a high aspect ratio setting for Android, which we added recently. So the bottom image is actually getting closer to the...
When I look at the .app using `codesign -v -vvv Atendi\ Mobile.app` it gives me: ``` Atendi Mobile.app: a sealed resource is missing or invalid file missing: Atendi Mobile.app/assets/img/80x80/.DS_Store file...
So from what I'd previously heard, the glitches were somewhat random in occurrence, but the above video suggests there's something about a particular element here which is causing a problem....