singwhatiwanna / dynamic-load-apk

DL : dynamic load framework in android
http://blog.csdn.net/singwhatiwanna/article/details/40283117
Other
6.03k stars 2k forks source link

Error:Could not determine the dependencies of task ':lib:buildLib'. #138

Open wemagic opened 8 years ago

wemagic commented 8 years ago

Error:Could not determine the dependencies of task ':lib:buildLib'.

Task with path 'compileReleaseJava' not found in project ':lib'.

zhairui commented 7 years ago

哥们解决了吗

fashare2015 commented 7 years ago

我也遇到了,原因是compileReleaseJava在旧版gradle:1.0.0,我更新成gradle:2.2.0就找不到了。 解决方案:保持原项目的gradle版本不要动。

nufnaf commented 7 years ago

@fashare2015 靠谱!

FkinH commented 7 years ago

try "compileReleaseJavaWithJavac" on high version android gradle plugin

catEgg commented 7 years ago

gradle:1.0.0 哪有这个版本,官网只有1.0下载后还是不行.

ncguobiao commented 6 years ago

不晓得怎么解决,懵逼