Error : cause android.compileSdkVersion is missing

前端 未结 4 752
谎友^
谎友^ 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:21

    If something is missing, and you have clearly declared it, it means that it was queried before it was defined. Move the query (code that requires that variable) somewhere lower, or to a later position in the sequence and it will be fixed.

提交回复
热议问题