Type androidx.appcompat.resources.R$dimen is defined multiple times

后端 未结 7 1470
轻奢々
轻奢々 2020-12-17 19:50

We have a React Native app where after upgrading to Android Studio 3.6.1 and Gradle plugin 3.6.1 we are seeing this compilation error:

Type androidx.appcompa         


        
7条回答
  •  旧巷少年郎
    2020-12-17 20:31

    I just run following built in routine in Android Studio:

    • File > Sync Project with Gradle Files

    And then it worked again :-)

提交回复
热议问题