问题
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.Your current JDK is located in  /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jreYou 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`.在gradle.properties 增加
org.gradle.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home

以上的路径要以自己的时机情况作修改

可以在android studio 的 gradle 配置里可以看到java11的路径 加进去就好

* What went wrong:A problem occurred evaluating project ‘:app‘.> Failed to apply plugin ‘com.andro相关推荐

  1. AndroidStudio 中A problem occurred evaluating project ‘:app‘. > No signature of method:报错

    **又是沙雕的一天!**在此记录一个问题警醒自己,顺便告诫大家. ############################ 先说遇见的问题: 今天在复现一个小项目时AndroidStudio莫名其妙的 ...

  2. Error:A problem occurred configuring project ‘:app‘. > Failed to find target with hash string ‘andro

    问题描述: SDK platform-tools version (25.0.3)  too old  android sdk版本问题 问题解决: 我是30.0.3所以安装的这个 还遇到一个问题是不能 ...

  3. 【Android,gradle】A problem occurred evaluating project ‘:app‘.

    A problem occurred evaluating project ':app'. 我们在buildgradle的时候,会遇到这样的问题 A problem occurred evaluati ...

  4. flutter A problem occurred evaluating project ‘:app‘.报错

    先说错误发生环境:我从本地将代码上传github,因为想要与人合作,故先自己拉下来测试一下.结果同样的环境,却仍旧报错运行不起来.经过一天的艰苦奋斗,终于解决~万幸 一下是我的报错信息 去文件中找了一 ...

  5. Error:(49, 1) A problem occurred evaluating project ':guideview'. Could not read script 'https://r

    出现问题如下: Error:(49, 1) A problem occurred evaluating project ':guideview'. > Could not read script ...

  6. A problem occurred evaluating project ':'. ASCII

    项目编译出错: 错误信息如下: FAILURE: Build failed with an exception.* Where: Build file 'F:\git\i***\build.gradl ...

  7. Error:A problem occurred configuring project ':app'. failed to find target with hash string 'andro

    在导入安卓项目时,报如题所示错误: Error:A problem occurred configuring project ':app'. > failed to find target wi ...

  8. idea跑android项目报A problem occurred configuring project ‘:app‘

    问题描述 本人idea2019.1.3升级到2019.3跑android项目时报A problem occurred configuring project ':app' 异常信息 A problem ...

  9. android studio问题: A problem occurred configuring project ‘:app‘. android ndk location灰色,位置无效,无法更换

    android studio问题: A problem occurred configuring project ':app'. android ndk location灰色,位置无效,无法更换 设备 ...

最新文章

  1. 自定义Kubernetes调度程序来编排高可用性应用程序
  2. 搜索引擎Killed原因排查
  3. iPhone开发:抢先拥抱软件开发的未来
  4. linux 路由器去广告,linux – 如何正确发送路由器广告?
  5. 【控制】多智能体系统总结。4.控制协议。
  6. java cordova_java – Cordova android后台插件在5分钟后被杀死
  7. 极限中0除以常数_高中物理必知的50个关键常数
  8. 字体外面怎么加边框_字体处理的6种方法,解决ppt种字体不突出的问题
  9. python中的items方法_Python 字典的items()方法和iteritems()方法有什么不同?【面试题详解】...
  10. junit 预期错误_谨慎使用JUnit的预期异常
  11. sql注入攻击实例mysql_MySQL 处理SQL注入攻击
  12. 靠一强过Excel的工具,3年变成女领导,还把报表做成养老工作
  13. 徐家骏写给任正非的辞职信
  14. pl/sql 存储过程实例
  15. LintCode 38: Search a 2D Matrix II
  16. go语言反汇编linux,Go语言函数的底层实现
  17. (STM32CubeMX)超声波模块测距传感器学习笔记
  18. 木讷的程序员需要知道的事情 (四)
  19. 判断一个数是否为四叶玫瑰数_python
  20. 想去看演唱却总是抢不到票?教你用Python制作一个自动抢票脚本

热门文章

  1. 主板有电无法启动_【主板不通电无法开机】主板不通电怎么修_主板通电但是开不了机...
  2. 两字母.com域名交易频繁,这是要大爆发的节奏
  3. 本地用户和组 无法访问计算机 无效的语法,找不到Windows NT用户或组“DOMAIN \ USER”?...
  4. Introduce to Inforamtion Retrieval读书笔记(1)
  5. aes 和 rsa
  6. Android自定义注解不被混淆,Android 混淆压缩开启以及自定义混淆规则
  7. Day82_ELK(一)
  8. mac使用u盘安装系统
  9. openjudge 海贼王之伟大航路(状压dp)
  10. 开发复杂业务系统,有哪些设计思路