Re: Android Port: Next Steps

2014-01-09 Thread Tom Schindl
Have you managed to get an JavaFX running on the emulator. I've tested with one of ours and while it works great on the real device. It crashes in the emulator. V/GLASS ( 1121): JNI call notifyViewEvent to lensView 0x1d30041a W/System.err( 1121): java.lang.UnsupportedOperationException: Pixel

Re: Android Port: Next Steps

2014-01-06 Thread tomas.brandalik
Hi Steve, if you're using new Android studio then resolving dex max method limit issue won't be so easy. Android studio is based on gradle build system with android gradle plugin which doesn't allow modifying of dex task to generate more .dex files. You have to stick with good old ant for now.