奇怪的AndroidStudio报错--checkDebugAarMetadata--修改SDK版本为33成功修复

这篇具有很好参考价值的文章主要介绍了奇怪的AndroidStudio报错--checkDebugAarMetadata--修改SDK版本为33成功修复。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

使用Android Studio创建程序时报错
checkDebugAarMetadata:


6 issues were found when checking AAR metadata:

  1.  Dependency 'androidx.appcompat:appcompat-resources:1.6.1' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  2.  Dependency 'androidx.appcompat:appcompat:1.6.1' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  3.  Dependency 'androidx.activity:activity:1.6.0' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  4.  Dependency 'androidx.core:core-ktx:1.9.0' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  5.  Dependency 'androidx.core:core:1.9.0' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

  6.  Dependency 'androidx.annotation:annotation-experimental:1.3.0' requires libraries and applications that
      depend on it to compile against version 33 or later of the
      Android APIs.

      :app is currently compiled against android-32.

      Recommended action: Update this project to use a newer compileSdkVersion
      of at least 33, for example 33.

      Note that updating a library or application's compileSdkVersion (which
      allows newer APIs to be used) can be done separately from updating
      targetSdkVersion (which opts the app in to new runtime behavior) and
      minSdkVersion (which determines which devices the app can be installed
      on).

在检查AAR元数据时发现6个问题:

1.  依赖项“androidx.appcompat:appcompat-resources:1.6.1”要求库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

2.  依赖项“androidx.appcompat:appcompat:1.6.1”要求库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

3.依赖项“androidx.activity:activity:1.6.0”要求库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

4.  依赖项“androidx.core:core-ktx:1.9.0”需要的库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

5.  依赖项“androidx.core:core:1.9.0”要求库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

6.  依赖项“androidx.annotation:annotation-experimental:1.3.0”要求库和应用程序
的版本33或更高版本依赖它进行编译
Android api。

:app目前针对android-32进行编译。

建议操作:更新此项目以使用更新的compileSdkVersion
至少33个,例如33个。

请注意,更新库或应用程序的compileSdkVersion(其中
允许使用更新的api)可以与更新分开进行
targetSdkVersion(选择应用进入新的运行时行为)和
minSdkVersion(决定哪些设备可以安装应用程序)
上)。

点击文件>项目结构>modules修改CompileSdk版本为33即可正常运行
奇怪的AndroidStudio报错--checkDebugAarMetadata--修改SDK版本为33成功修复,Android,android,android studio,ide
看着错误提示好像是我的sdk编译版本有问题,但前几天用32还好好的,莫名其妙今天创建空项目程序都要用33实在不能理解,好在也就花了半小时,android studio的bug太玄学了文章来源地址https://www.toymoban.com/news/detail-599394.html

到了这里,关于奇怪的AndroidStudio报错--checkDebugAarMetadata--修改SDK版本为33成功修复的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 重装VS2017后依然报错:找不到Windows SDK 版本10.0.17763.0

    问题情况 重装VS2017后依然报错: 找不到Windows SDK 版本10.0.17763.0。请安装所需的版本的 Windows SDK 或者在项目属性页中或通过右键单击解决方案并选择“重定解决方案目标”来更改 SDK 版本。 解决方法 查看VS2017安装路径 本例中VS2017安装路径在E:appVisualStudio目录下 WIN+R=regedit打

    2024年02月06日
    浏览(55)
  • 【模型部署】Andriod stdio报错:app:checkDebugAarMetadata Your project has set “andriod.useAndriodX=true““

    最近在做深度学习模型的手机部署,因为初次使用Andriod模型,所以遇到了不少bug。 具体报错如下: 看起来有很多错误,其实都是第一个感叹号引起的。 点开感叹号,能看到: 其实这里已经告诉了我们报错原因和解决方法: Your project has set android.useAndroidX=true , but configurati

    2024年02月04日
    浏览(38)
  • 修改AndroidStudio工程名

    第一步 把工程文件夹根目录进行重命名。 例如,想把工程名\\\"project\\\"改名为\\\"project1\\\",则先找到工程文件夹project,修改文件夹名为\\\"project1\\\"。 第二步 用AndroidStudio重新打开该工程,左上角改为project显示目录,然后点击settings.gradle文件,如图所示。 第三步 修改rootProject.name为新的

    2024年02月11日
    浏览(25)
  • Cesium版本升级webgl问题,glsl代码报错,修改办法

      Cesium 从1.102.0  开始,Cesium 默认使用  WebGL2  上下文。一些webgl特效代码在webgl1中支持,但是在版本升级后,运行会报各种glsl代码错误。现在有两种解决方案。详细办法描述如下所示。   地球初始化配置如下: requestWebgl1: true   需要修改的为:  varying   attribute  

    2024年02月06日
    浏览(36)
  • Idea新建spring Initializr项目时选择Project SDK为1.8,选择java版本只有是17和21,出现报错信息

    1.项目构建图展示: 2.报错图展示: 3.原因说的很清楚了,是java版本和jdk版本不符合导致的 4.解决方案 改为阿里云的服务器路径: https://start.aliyun.com 5.测试 这时候就有了java8的版本了

    2024年01月17日
    浏览(43)
  • AndroidStudio3.5.2修改项目项目包名

    公司项目要打造成产品进行演示,需要更换不同的包名进行安装在同一设备上,即所谓的马甲包 更改步骤基本一样   需要注意的是,按照上边的步骤修改完后,如果项目中有数据库文件,要注意数据库的路径,把路径对应修改成更换后的包名,这样可以正常运行了   

    2024年02月11日
    浏览(30)
  • androidStudio版本下载链接记录

    下载 Android Studio 和应用工具 - Android 开发者  |  Android Developers Android Studio 提供了一些应用构建器以及一个已针对 Android 应用进行优化的集成式开发环境 (IDE)。立即下载 Android Studio。 https://developer.android.google.cn/studio?hl=zh-cn Android Studio 下载文件归档  |  Android 开发者  |  Andr

    2024年04月28日
    浏览(32)
  • 关于mysql8.0及以上版本连接navicat时候报错(密码加密方式需要修改)

    该错误的原因是在MySQL8之前版本中加密规则是mysql_native_password,而在MySQL8以后的加密规则为caching_sha2_password。 解决此问题有两种方法,一种是更新navicat驱动来解决此问题,一种是将mysql用户登录的加密规则修改为mysql_native_password。此处采用第二种方式。 具体做法: 1.使用c

    2024年02月11日
    浏览(49)
  • Gradle版本、Gradle插件版本和AndroidStudio版本之间的对应关系

    有时候碰到gradle版本死活下载不下来,还会报Gralde Sync Issues,有可能是你的Gradle Wrapper版本和Gradle插件版本、AndroidStudio版本不匹配。 Gradle版本和Gradle插件版本之间存在一定的对应关系。Gradle Wrapper是用来指定项目使用的Gradle版本,Gradle插件则是用来构建Android应用程序的。 And

    2024年02月13日
    浏览(41)
  • AndroidStudio下载--持续更新-支持多种网盘--多版本

    因为android-studio下载困难问题,特意整理到网盘,方便大家下载,以后也会持续更新版本。但是官网的最新稳定版永远在最上面获取。 支持多版本,WIndows和MAC系统,持续维护!!! 至于为啥支持百度网盘、 阿里网盘、夸克网盘 ,百度网盘用户多,阿里网盘非Vip不限下载速度

    2024年02月03日
    浏览(49)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包