Java finished with non-zero exit value 2 - Android Gradle

前端 未结 23 2701
甜味超标
甜味超标 2020-11-22 02:54

I\'m getting this error executing my Android app (I cleaned it and then built it, but the error is still present)

  • Sync: OK
  • Make Project: OK
23条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 03:12

    I think it's conflicts of .jar file in your project.

    I have removed android-support-v4.jar from libs folder and its working !!!

    if your project gives error, check in your build.gradle file

    dependencies {

    }

提交回复
热议问题