1. 程式人生 > >解決Gradle執行命令時報Could not determine the dependencies of task ':compileReleaseJava'.

解決Gradle執行命令時報Could not determine the dependencies of task ':compileReleaseJava'.

內容 oid 兩個 jsb pan mpi 技術分享 android undle

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'.