我用gradlew 命令去build 工程一直报
AILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.916 secs
D:\adbspace\appstore>gradlew cT
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.938 secs
不要说更新build tool之类的废话。所有build tools都有,在ide里也工作正常,就是命令行里总报这错误
这个工程只要用android studio打开过一次就可以用命令正常build,可是怎么才能在不在ide打开的前提下用命令行build?求大神
AILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.916 secs
D:\adbspace\appstore>gradlew cT
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.938 secs
不要说更新build tool之类的废话。所有build tools都有,在ide里也工作正常,就是命令行里总报这错误
这个工程只要用android studio打开过一次就可以用命令正常build,可是怎么才能在不在ide打开的前提下用命令行build?求大神