com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource compilation failed after updating android studio

后端 未结 10 1552
清歌不尽
清歌不尽 2021-02-04 08:29

After updating android studio,i am getting this error.how to fix this??

org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures.
    at         


        
10条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 09:09

    The problem got solved when I used:

    ./gradlew app:assembleRelease
    

    instead of

    ./gradlew assembleRelease
    

提交回复
热议问题