Frage

I'm working with Gradle and i'd like to know why I'm getting an error:

Task createProject not found in the root directory bin.

https://bitbucket.org/javafxports/android/wiki/Building%20and%20deploying%20JavaFX%20Applications

Did everything as said in this tutorial, even the createProject command is there but it's not working for me. cd is set on gradle/bin folder.

War es hilfreich?

Lösung

You need to run this command from the android-tools directory, not from gradle/bin.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top