Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top