简体   繁体   English

ANDROID 安装问题

[英]ANDROID Installation issue

enter image description here Getting error mentioned in screenshot while installing the app in ubuntu OS.在此处输入图像描述在 ubuntu 操作系统中安装应用程序时出现屏幕截图中提到的错误。

error is: "Gradle 'TestForError' project refresh failed > Error:Process 'command '/home/vignesh08/Downloads/android-studio/jre/bin/java'' finished with non-zero exit value 2"错误是:“Gradle 'TestForError' 项目刷新失败 > 错误:处理 'command'/home/vignesh08/Downloads/android-studio/jre/bin/java'' 以非零退出值 2 完成”

在此处输入图片说明

Add添加

defaultConfig {
        multiDexEnabled true
}

to your build.gradle.到你的 build.gradle。 Then clean and rebuild your project and then run it.然后清理并重建您的项目,然后运行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM