Error : cause android.compileSdkVersion is missing

前端 未结 4 787
谎友^
谎友^ 2021-01-08 01:00

I am recently started to work on the Android Studio. When I am doing sync with gradle then it is giving me a error .

Error : Cause: android.compileSdk

4条回答
  •  半阙折子戏
    2021-01-08 01:23

    I met this problem too, but I don't know whether my solution suit for you. I just change the position of this script: apply from: 'maven_push.gradle' to the bottom in build.gradle file, and BUILD SUCCESSFUL!

    I post my answer here, you can try it.: Building Android Studio project on Jenkins? android.compileSdkVersion is missing

提交回复
热议问题