Android Studio 3.1: mixing versions can lead to runtime crashes

后端 未结 10 1188
北荒
北荒 2021-02-07 05:11

Have recently upgraded to Android Studio 3.1, and at the same time I\'m trying the Android P preview.

I\'m getting the following error on compiling:

10条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 05:50

    In my case I resolved it by adding this below the error line.

    implementation 'com.android.support:support-media-compat:28.0.0'
    implementation 'com.android.support:support-v4:28.0.0'
    

提交回复
热议问题