You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaFX (jfxmobile) with gradle-android-scala-plugin gives me "The 'java' plugin has been applied, but it is not compatible with the Android plugins."
#79
Open
voxoid0 opened this issue
Feb 16, 2016
· 2 comments
I’m trying to build a Scala+JavaFX application for Android (the most awesomesterest cross-platform technology stack). I used the Gluon Eclipse plugin to create a “Basic Gluon Application”, then I followed the gradle-android-scala-plugin readme instructions.
When I run the androidInstall build task (from jfxmobile), I get the error "The 'java' plugin has been applied, but it is not compatible with the Android plugins." So apparently jfxmobile runs the java plugin; any ideas on how to make these two play nice?
I’m trying to build a Scala+JavaFX application for Android (the most awesomesterest cross-platform technology stack). I used the Gluon Eclipse plugin to create a “Basic Gluon Application”, then I followed the gradle-android-scala-plugin readme instructions.
When I run the androidInstall build task (from jfxmobile), I get the error "The 'java' plugin has been applied, but it is not compatible with the Android plugins." So apparently jfxmobile runs the java plugin; any ideas on how to make these two play nice?
My build script looks like this:
`
`
The text was updated successfully, but these errors were encountered: