没事儿不要手贱更新!!!
1、修改build.gradle文件版本6.5.1后报错
Could not find com.android.tools.build:gradle
根据控制台显示找到maven路径:https://maven.google.com/web/index.html
查找相应版本修改为com.android.tools.build:gradle:4.2.0-alpha02,编译报错

* What went wrong:A problem occurred evaluating project ':app'.> java.lang.ExceptionInInitializerError (no error message)

2、修改flutter版本1.17.4后,报错

* What went wrong:A problem occurred evaluating project ':app'.> Could not initialize class org.jetbrains.kotlin.gradle.plugin.sources.DefaultKotlinSourceSetKt

3、修改kotlin版本ext.kotlin_version = '1.3.50'后报错

* What went wrong:Execution failed for task ':app:mergeDebugAssets'.> This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.  The following AndroidX dependencies are detected: androidx.core:core:1.1.0, androidx.slidingpanelayout:slidingpanelayout:1.0.0, androidx.fragment:fragment:1.1.0, androidx.versionedparcelable:versionedparcelable:1.1.0, androidx.lifecycle:lifecycle-common-java8:2.2.0, androidx.customview:customview:1.0.0, androidx.swiperefreshlayout:swiperefreshlayout:1.0.0, androidx.interpolator:interpolator:1.0.0, androidx.loader:loader:1.0.0, androidx.activity:activity:1.0.0, androidx.drawerlayout:drawerlayout:1.0.0, androidx.collection:collection:1.1.0, androidx.viewpager:viewpager:1.0.0, androidx.localbroadcastmanager:localbroadcastmanager:1.0.0, androidx.arch.core:core-common:2.1.0, androidx.savedstate:savedstate:1.0.0, androidx.annotation:annotation:1.1.0, androidx.lifecycle:lifecycle-common:2.2.0, androidx.lifecycle:lifecycle-livedata:2.0.0, androidx.legacy:legacy-support-core-ui:1.0.0, androidx.lifecycle:lifecycle-viewmodel:2.1.0, androidx.lifecycle:lifecycle-livedata-core:2.0.0, androidx.arch.core:core-runtime:2.0.0, androidx.legacy:legacy-support-v4:1.0.0, androidx.media:media:1.0.0, androidx.legacy:legacy-support-core-utils:1.0.0, androidx.documentfile:documentfile:1.0.0, androidx.cursoradapter:cursoradapter:1.0.0, androidx.coordinatorlayout:coordinatorlayout:1.0.0, androidx.asynclayoutinflater:asynclayoutinflater:1.0.0, androidx.lifecycle:lifecycle-runtime:2.2.0, androidx.print:print:1.0.0

4、修改build.gradle增加属性

android.useAndroidX=trueandroid.enableJetifier=true

依然报错:

* What went wrong:Execution failed for task ':app:stripDebugDebugSymbols'.> No version of NDK matched the requested version 21.0.6113669. Versions available locally: 21.3.6528147

5、先在Android studio安装SDK Tools后,命令行安装对应的ndk
sdkmanager 'ndk;21.0.6113669'
重新编译后成功

更多相关文章

  1. Android(安卓)发布GitHub项目到JitPack
  2. Android(安卓)Studio 更新 Gradle错误解决方法
  3. Android的源代码下载教程-android学习之旅(102)
  4. Android(安卓)从sd卡读取XML文件并解析
  5. VS2015+Android环境配置【appt.exe停止运行以及packaged_resourc
  6. 关于android中获取横竖瓶状态
  7. if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.....)
  8. 历史版本1:Android:应用程序基础
  9. Android(安卓)Studio里c++保存opencv mat的图片

随机推荐

  1. Android混淆代码proguard,内存溢出
  2. android实现PC到手机的SOCKET通信
  3. Android去除TextView文本中的默认内边距
  4. Android(安卓)视频播放
  5. android intent 跳转
  6. Androidx和Android(安卓)support库共存问
  7. Android上图片压缩方式
  8. Android(安卓)- adb shell Permission de
  9. [转]android启动过程
  10. [开源]Google code Android开源项目(一)