Error:resource style/TextAppearance.Compat.Notification.Info (aka {packageId}.test:style/TextAppearance.Compat.Notification.Info) not found

后端 未结 3 527
北海茫月
北海茫月 2020-12-03 14:09

I just updated the build.gradle compile SDK to 27 API.

compileSdkVersion 27
buildToolsVersion \'27.0.3\'
targetSdkVersion 27

but but once

3条回答
  •  执笔经年
    2020-12-03 14:42

    In my case, I solved it by deleting all cached libraries from Gradle on:

    \{userFolder}\.gradle\caches
    

提交回复
热议问题