简体   繁体   中英

ANDROID Installation issue

enter image description here Getting error mentioned in screenshot while installing the app in ubuntu OS.

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"

在此处输入图片说明

Add

defaultConfig {
        multiDexEnabled true
}

to your build.gradle. Then clean and rebuild your project and then run it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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