I made it a bit more simple for me. I kept everything except the scala-parts. I knew it would work then, since it also worked in the desktop compilation. I figured, that the fault lies with javafx-mobile. The Plugin can't work with scalafx (sadly). I tested the same script on a different project and everything worked fine. The reason I specify jars in the rules, is because they weren't added automatically. I could do it in my custom task, but I don't see the difference. Maybe I am missing something,...
I try to use ProGuard in tandem with JavaFXMobile to program a cross compatible android app with scala. During the process I recieve the following warnings: Warning: library class javafx.scene.web.WebErrorEvent depends on program class javafx.event.EventType Warning: library class javax.swing.JComponent depends on program class java.beans.VetoableChangeListener As a result the compiled app just turns the screen of my phone black and doesn't do anything else. There seems to be a way to force proguard...
I try to use ProGuard in tandem with JavaFXMobile to program a cross compatible android app with scala. During the process I recieve the following warnings: Warning: library class javafx.scene.web.WebErrorEvent depends on program class javafx.event.EventType Warning: library class javax.swing.JComponent depends on program class java.beans.VetoableChangeListener As a result the compiled app just turns the screen of my phone black and doesn't do anything else. There seems to be a way to force proguard...
I try to use ProGuard in tandem with JavaFXMobile to program a cross compatible android app with scala. During the process I recieve the following warnings: Warning: library class javafx.scene.web.WebErrorEvent depends on program class javafx.event.EventType Warning: library class javax.swing.JComponent depends on program class java.beans.VetoableChangeListener As a result the compiled app just turns the screen of my phone black and doesn't do anything else. There seems to be a way, when using the...