Android新建项目构建出现问题
2022/2/24 23:26:43
本文主要是介绍Android新建项目构建出现问题,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Build file '/Users/zhangfengzhou/AndroidProjects/Android/CoordinatorBehavior/app/build.gradle' line: 2 An exception occurred applying plugin request [id: 'com.android.application'] > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - changing `org.gradle.java.home` in `gradle.properties`.
解决方法如下:Project Structure -> SDK Location -> Gradle JDK 设置成 Java11 即可。
这篇关于Android新建项目构建出现问题的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-01-18android.permission.read_media_video
- 2024-01-18android_getaddrinfo failed eai_nodata
- 2024-01-18androidmo
- 2024-01-15Android下三种离屏渲染技术
- 2024-01-09Android 蓝牙使用
- 2024-01-06Android对接华为AI - 文本识别
- 2023-11-15代码安全之代码混淆及加固(Android)
- 2023-11-10简述Android语音播报TTS
- 2023-11-06Android WiFi工具类
- 2023-07-22Android开发未来的出路