美文网首页
解决报错 Unrecognized Android Studio

解决报错 Unrecognized Android Studio

作者: 这就是昵称 | 来源:发表于2021-10-24 11:13 被阅读0次

问题:Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '202.7660.26.42.7351085', please retry with version 2020.3.1 or newer.

解决方式 1:
在工程的 gradle.properties 文件中添加:
android.injected.studio.version.check=false

解决方式 2:
选择 File -> Project Structure 配置 Project 的 Android Gradle Plugin Version
比如将其从 7.0.2 修改为 4.2.2

image.png

解决方式 3:
选择 Android Studio -> Check for Updates 更新 Android Studio 的版本

参考文章
https://stackoverflow.com/questions/68152879/unrecognized-android-studio-or-android-support-plugin-for-intellij-idea-error
https://stackoverflow.com/questions/68215266/unrecognized-android-studio-version
https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/109624482

相关文章

网友评论

      本文标题:解决报错 Unrecognized Android Studio

      本文链接:https://www.haomeiwen.com/subject/mdyraltx.html