【错误记录】Android Studio 编译报错 ( cannot open this project, please retry with version 4.2 or newer. )
生活随笔
收集整理的這篇文章主要介紹了
【错误记录】Android Studio 编译报错 ( cannot open this project, please retry with version 4.2 or newer. )
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 一、報錯信息
- 二、解決方案
一、報錯信息
使用 Android Studio 打開一個項目 , 報如下錯誤 ;
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.二、解決方案
查看當前 Android Studio 的版本號 4.1.24.1.24.1.2 ;
該 Android 項目是在 4.2.14.2.14.2.1 的 Android Studio 中創建的 , 開發環境不能向下兼容 ;
高版本的 Android Studio 創建的工程 , 無法在低版本的 Android Studio 中打開 ;
使用 4.2.14.2.14.2.1 版本的 Android Studio 打開項目 , 即可編譯通過 ;
總結
以上是生活随笔為你收集整理的【错误记录】Android Studio 编译报错 ( cannot open this project, please retry with version 4.2 or newer. )的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Google Play】Google
- 下一篇: 【Android 插件化】Hook 插件