0
votes

I added Google Maps Activity to my app but I keep getting this error

No resource found that matches the given name: attr 'android:actionModeShareDrawable'.

I found this link and tried to apply the same solution but it did not work and I still get the same error

appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'

Anyone can help?

1
Have you added v7 library to your project? - justDroid
where is this library?, i cant find it anywhere in the SDK manager. - asmgx
you can get it here and use this library in your project. your sdk -> extras -> android -> v7 - justDroid
I have created a fresh app with Google Maps, it works fine. The problem is when I add google map activity to my current app, then I get this error - asmgx

1 Answers

0
votes

I found the answer for this

The AppCompat library was already installed but the App was compiling under Android 19 which cases this issue

to resolve this I compiled under Android 21