Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top