Hi All, hoping someone else might be able to point me in the right direction. I'm using IntelliJ Idea, Genymotion 2.5, installed the arm translation 1.1, GApps Package running custom tablet with Android 4.4, but have tried many different configurations. Originally couldn't get IntelliJ to even see the devices until I replaced the ADB and dlls in the flex sdk with the ones from my android sdk platform tools. Created an empty application, and immeaditely crashes on the emulator. Tried forcing hardware accelleration off, etc.
Any ideas? -----Original Message----- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, September 17, 2015 11:38 AM To: dev@flex.apache.org Subject: Re: [FlexJS] Framework using externs (was: Setup Error) On 9/17/15, 10:05 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: > >> Do you still have the missing goog.require problem? > >Yes but I will fix that, the compiler.clients.* used directly does not >create the issue. By commenting out the use of ViewBase from Application.as, I was able to get Application.as to compile without errors and got what looked like a reasonable list of goog.requires without changing any compiler.clients classes. I did notice that the method bodies that had conditional compilation didn’t output anything so I’m going to look at that next. Or is that what you tried to fix by changing compiler.clients.*? Thanks, -Alex