Android Studio报错:Could not get unknown property ‘kotlin_version‘

Android Studio报错:Could not get unknown property 'kotlin_version'

报错内容:

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'kotlin_version' for object of type org.gradle.api.internal

其中一个解决方案,把:

复制代码
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

里面的 $kotlin_version 替换成具体的kotlin版本号,比如 1.9.0

Android Studio编译报错:Error loading build artifacts from: apk_ide_redirect_filedebugedirect.txt-CSDN博客文章浏览阅读2.3k次,点赞25次,收藏8次。文章浏览阅读750次。文章浏览阅读8.9k次。Android Studio编译报错:Error loading build artifacts from: xxx\xxx\app\build\intermediates\apk_ide_redirect_file\debug\redirect.txt。Android Studio报错:Please configure Android SDK_android studio 2020 please configure android sdk-CSDN博客。_error loading build artifacts fromhttps://blog.csdn.net/zhangphil/article/details/142108246

相关推荐
守城小轩9 分钟前
Firefox Android 开发环境搭建全流程(四)
android·firefox·chrome devtools·指纹浏览器·浏览器开发
袁美丽..16 分钟前
Android --- AOSP源码导入Android Studio
android·android studio
LiuYaoheng1 小时前
【Android】View 的基础知识
android·java·笔记·学习
出海小纸条1 小时前
Google Play 应用被拒-数据安全表单无效(设备上的应用)
android
和煦的春风1 小时前
简单讨论下lmkd 查杀机制
android
Android轮子哥1 小时前
月下载 40 万次的框架是怎么练成的
android
三少爷的鞋1 小时前
Kotlin 协程真的是线程框架吗?
android
三雒2 小时前
ART堆内存系列二:从堆中排除大对象
android·性能优化
Android-Flutter2 小时前
kotlin - 平板分屏,左右拖动,2个Activity计算宽度,使用ActivityOptions、Rect(三)
android·kotlin
zfxwasaboy2 小时前
linux Kbuild详解关于fixdep、Q、quiet、escsq
android·linux·ubuntu