문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top