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

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

时间:2014-11-19 18:44:13      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:gradle   android   报错   

Could not determine the dependencies of task ‘:compileReleaseJava‘.

> failed to find target android-19

bubuko.com,布布扣


这个问题需要的在工程的根目录添加两个文件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的内容是你需要打包的工程 如RoBoGuiceTest工程

include ‘:RoBoGuiceTest‘   这个必须添加 不添加则报上面的错

bubuko.com,布布扣

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

标签:gradle   android   报错   

原文地址:http://blog.csdn.net/x605940745/article/details/41284185

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