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

前端 未结 23 2413
甜味超标
甜味超标 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:22

    in my case problem was build tools version which was 23.0.0 rc3 and i changed to 22.0.1 and my problem fixed.

提交回复
热议问题