其他分享
首页 > 其他分享> > Android Studio 报错:Could not determine the dependencies of task ‘...‘.Installed Build Tools revision

Android Studio 报错:Could not determine the dependencies of task ‘...‘.Installed Build Tools revision

作者:互联网

Android Studio 在编译程序时报错:

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager.

解决办法如下:

1、移除已安装的 Android API 32

取消选择 Android API 32,然点 Apply -- OK。

2、修改项目设置:

 

 将上述三个参数修改下,其中前两个修改为低于32的版本,我修改为如下参数:

重新编译项目,BUILD SUCCESSFUL in 605ms

标签:...,task,32,修改,报错,Build,determine,Studio,Android
来源: https://blog.csdn.net/muyoufansem/article/details/122602378