码迷,mamicode.com
首页 > 编程语言 > 详细

解决Gradle执行命令时报Could not determine the dependencies of task ':compileReleaseJava'.

时间:2017-05-13 19:05:30      阅读:2750      评论:0      收藏:0      [点我收藏+]

标签:nbsp   解决   问题   release   uri   set   rgb   sdn   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'.

标签:nbsp   解决   问题   release   uri   set   rgb   sdn   gradle   

原文地址:http://www.cnblogs.com/cxchanpin/p/6849808.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!