返回顶部
首页 > 资讯 > 移动开发 >【AS坑】Plugin [id: ‘com.android.application‘] was not found in any of the following sources解决
  • 533
分享到

【AS坑】Plugin [id: ‘com.android.application‘] was not found in any of the following sources解决

androidandroidstudiogradle 2023-09-23 22:09:56 533人浏览 泡泡鱼
摘要

环境 之前跑项目一直没问题,开始学Kotlin,想写个demo,创立新项目的时候就sync不起来,报标题所示的错 查看Event Log 初步尝试 在内外两个build.gradle内添加 bui

环境
在这里插入图片描述
之前跑项目一直没问题,开始学Kotlin,想写个demo,创立新项目的时候就sync不起来,报标题所示的错

查看Event Log
在这里插入图片描述

初步尝试
在内外两个build.gradle内添加

buildscript {    repositories {        jcenter()    }    dependencies {        classpath 'com.Android.tools.build:gradle:'    }}

此时问题并未解决

病症所在
app目录里的build.gradle的plugins项,没有具体version,初始代码如下:

plugins {    id 'com.android.application'     id 'org.jetbrains.kotlin.android' }

改动后:

plugins {    id 'com.android.application' version '7.2.1'    id 'org.jetbrains.kotlin.android' version '1.6.10'}

解决。
很奇怪,Android studio自动生成的配置文件,还能缺斤少两呢。。。

来源地址:https://blog.csdn.net/weixin_40934065/article/details/125001417

--结束END--

本文标题: 【AS坑】Plugin [id: ‘com.android.application‘] was not found in any of the following sources解决

本文链接: https://lsjlt.com/news/416667.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作