继续昨天的问题;
Re-download dependencies and sync project (requires network) The state of a Gradle build process (daemon) may be corrupt
原项目版本是3.3,我目前的版本是6.7.1
他建议我升级到4.8.1,然后升级,好嘛,问题又来了
the project uses Gradle version which is incompatible with Studio running on Java 10 or newer.
换了本地gradle路径后,又在下载,然后继续说我
Re-download dependencies and sync project (requires network) The state of a Gradle build process (daemon) may be corrupt
我真是。。。。
看了下build.gradle文件,发现版本是25,而且报错,所以我改成别的运行成功的项目一样的版本30,
然后就改成了30,再sync,成功了
啊。。舒服。。