解决Gradle执行命令时报Could not determine the dependencies of task ':compileReleaseJava'.(示例
Posted cxchanpin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Gradle执行命令时报Could not determine the dependencies of task ':compileReleaseJava'.(示例相关的知识,希望对你有一定的参考价值。
> failed to find target android-19
-
欢迎增加QQ交流3群:317874559
这个问题须要的在project的根文件夹加入两个文件local.properties和settings.gradle这 两个文件
local.properties的内容是:你的SDK文件夹
sdk.dir=C:\\xiong\\android\\adt-bundle-windows-x86-20140321\\adt-bundle-windows-x86-20140321\\sdk
settings.gradle的内容是你须要打包的project 如RoBoGuiceTestproject
include ‘:RoBoGuiceTest‘ 这个必须加入 不加入则报上面的错
以上是关于解决Gradle执行命令时报Could not determine the dependencies of task ':compileReleaseJava'.(示例的主要内容,如果未能解决你的问题,请参考以下文章
Weex 添加插件之解决could not find gradle wrapper within android sdk
./gradlew build:Could not find tools.jar. 解决方法
首次使用gradle出现Could not find method leftShift() for arguments解决办法
android studio集成腾讯云通信时报错,could not expand zip imsdk.jar