Game2048FX icon indicating copy to clipboard operation
Game2048FX copied to clipboard

AndroidPlatformProvider

Open jimbok8 opened this issue 9 years ago • 1 comments

AndroidPlatformProvider has a number of problems showing in netbeans: cannot find symbol symbol: method getCacheDir() location: class FXActivity package android.util does not exist cannot find symbol symbol: method finish() location: class FXActivity

However, I can compile and run, and more importantly I can run on android!

jimbok8 avatar Sep 17 '15 07:09 jimbok8

As this is constantly evolving I'm not updating this repo everyday... but you can use the latest snapshot of Charm-Down (0.0.4-SNAPSHOT) or the release version (0.0.3). Also you can use the latest plugin version 'org.javafxports:jfxmobile-plugin:1.0.1'.

Then make sure NetBeans reload the dependencies (click Reload Project for that)

Make sure you find under Dependencies/Compile for Android the android.jar and jfxdvk-8u60-b5.jar, and Dependencies/Runtime for Android charm-down-android-0.0.**.jar.

jperedadnr avatar Sep 17 '15 08:09 jperedadnr