Android studio 报错 之Failed to find Platform SDK with path: platforms;android-30

这篇具有很好参考价值的文章主要介绍了Android studio 报错 之Failed to find Platform SDK with path: platforms;android-30。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

failed to find platform sdk with path: platforms;android-30,flutter,android,android studio,ide

 

 

failed to find platform sdk with path: platforms;android-30,flutter,android,android studio,ide

 这个错误提示表明在编译 flutter_openim_sdkcompileDebugAidl 任务时,Gradle无法找到 Android 平台版本 30 的 SDK。这通常是因为缺少相应的 Android SDK 或者在项目配置中未正确指定 SDK 版本。
这时候我们需要在android studio 的文件 找到设置
failed to find platform sdk with path: platforms;android-30,flutter,android,android studio,ide

 failed to find platform sdk with path: platforms;android-30,flutter,android,android studio,ide

 点击Show Package Details,再下载对应版本的SDK就可以啦文章来源地址https://www.toymoban.com/news/detail-794932.html

到了这里,关于Android studio 报错 之Failed to find Platform SDK with path: platforms;android-30的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

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

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

相关文章

  • Android Studio无法启动,Failed to create JVM:error code -1. JVM Path 完美解决方案

    Android Studio无法启动,Failed to create JVM:error code -1. JVM Path 完美解决方案

    很久没有启动过Android studio了,今天突然需要,却打不开了,报错如下,因此记录下我的解决办法,希望能帮到更多朋友! 刚开始以为时java的环境变量问题,配置好java环境变量依然不行,所以大家不必折腾了。 后面经过一片博文的启发,https://blog.csdn.net/zhyzhyzhyzhy1234/arti

    2024年02月08日
    浏览(14)
  • android studio编译报错:2 files found with path ‘META-INF/kotlinx_coroutines_core.version‘.

    android studio编译报错:2 files found with path ‘META-INF/kotlinx_coroutines_core.version‘.

    android studio编译报错: 2 files found with path \\\'META-INF/kotlinx_coroutines_core.version\\\'. Adding a packagingOptions block may help 点击上一级报错原因: Execution failed for task \\\':app:mergeDebugJavaResource\\\'. A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction     2 files found with path \\\'META

    2024年02月10日
    浏览(10)
  • Android Studio 报错:Failed to create Jar file xxxxx.jar

    通过分析,新下载的项目没有 project/gradle 目录,故通过其他项目复制到当前项目,就解决了该问题。 同时也出现了新的问题 原因:gradle版本过低,修改到java1.8即可 查看agp和gradle的版本关系 https://developer.android.google.cn/studio/releases/gradle-plugin?hl=zh-cn

    2024年02月14日
    浏览(11)
  • 报错 unable to find valid certification path to requested target executing

    提示信息: 审核失败!sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target executing POST 。。。 。。。 出现原因 这个问题的根本原因是你安装JDK时,Javajar 1.8.0_141libext里面缺少了一

    2024年02月03日
    浏览(41)
  • https请求报错unable to find valid certification path to requested target解决

    https请求报错unable to find valid certification path to requested target解决

            在Java项目中请求HTTPS时,可能会遇到 \\\"unable to find valid certification path to requested target\\\" 错误。这个错误通常是由于SSL证书问题引起的。要解决此问题,可以尝试以下方法 1.忽略SSL验证         OkHttpClient封装请求         HttpURLConnection请求         RestTemplate请求

    2024年02月08日
    浏览(37)
  • 【Android Studio报错】:Failed to read key AndroidDebugKey from store “C:\Users\13181\.android\debug.keys

    【Android Studio报错】:Failed to read key AndroidDebugKey from store “C:\Users\13181\.android\debug.keys

            使用Android Studio的时候,遇到报错,特此提出解决方案,错误如下: 报错1: Execution failed for task \\\':app:packageDebug\\\'.  A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable     com.android.ide.common.signing.KeytoolException: Failed to re

    2024年02月11日
    浏览(9)
  • This application failed to start because no Qt platform plugin could be initialized报错

    This application failed to start because no Qt platform plugin could be initialized报错

    开机后电脑一直跳出这个页面,每隔几分钟就跳出,影响电脑的使用。 由于本机近几天并未下载软件、移动文件位置等操作,只有下载安装Anaconda,于是我将这个原因归结于Anaconda安装上。为了学习opencv我下载了opencv-python的主模块包和PyQt5。 由于我经验不足,学习了在CSDN上大

    2024年02月02日
    浏览(12)
  • 【错误记录】Unity 安卓打包报错( Platform Android with graphics API OpenGLES3 is not supported with HDRP )

    【错误记录】Unity 安卓打包报错( Platform Android with graphics API OpenGLES3 is not supported with HDRP )

    在 Unity 编辑器中 , 选择 \\\" 菜单栏 | File | Build Settings \\\" 选项 , 编译 Android Apk 文件 ; 报如下错误 : 报错信息 Platform Android with graphics API OpenGLES3 is not supported with HDRP, use the Vulkan graphics API instead. , HDRP不支持带有图形API OpenGLES3的平台Android,请使用Vulkan图形API代替 ; HDRP 是 高清渲染管

    2024年02月12日
    浏览(9)
  • 2023年 Android Studio Unable to find bundled Java version 解决方法

    2023年 Android Studio Unable to find bundled Java version 解决方法

    学习flutter过程中发现 Unable to find bundled Java version 错误 搜索网上的解决方案都不对 最后在 b站 https://www.bilibili.com/video/BV1S4411E7LY?p=17vd_source=d7cf0e2cd70b3cc57314d2efcb598c3d 教程的课件中找到了解决方哦 我的flutter版本 jdk jdk-19.0.2 操作系统 windows11 如果是macOS系统,在jbr同目录下创建一

    2023年04月08日
    浏览(40)
  • JAVA-spring boot 2.4.X报错Unable to find GatewayFilterFactory with name Hystrix

    网关升级spring boot项目后,启动网关报错,具体报错信息如下: 2021-12-06 09:06:25.335 ERROR 45102 --- [oundedElastic-3] reactor.core.publisher.Operators         : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: java.lang.IllegalArgumentException: Unable to find GatewayFilterFactory with name

    2024年02月14日
    浏览(37)

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

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

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

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

二维码1

领取红包

二维码2

领红包