Issue
I'm using android studio 3.0.1
And facing problem just after doing Remove Unused Resources and the resource not found error is:
Error:resource style/Widget.MediaRouter.ChooserText.Primary (aka package-name:style/Widget.MediaRouter.ChooserText.Primary) not found.
Error:resource style/Widget.MediaRouter.ChooserText (aka package-name:style/Widget.MediaRouter.ChooserText) not found.
and my Gradle:
compileSdkVersion 27
buildToolsVersion '27.0.0'
targetSdkVersion 27
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:design:26.0.0-alpha1'
}
How can I fix it, Thanks
Solution
Done by adding media router library
compile 'com.android.support:mediarouter-v7:27.1.1'
Thanks
Answered By - user5269722
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.