I use Eclipse to write android code. I created a new android project. When I attempt to import the Google play service library I get the following error:
Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Light.DialogWhenLarge.NoActionBar'. appinvite_styles.xml /google-play-services_lib/res/values-v11
The following are my API level details:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="21" />
I downloaded the Google play service via the SDK manager. It is better to say that I downloaded the FULL package of android SDK.
i think API 11 it's problem how can i change it ?
How should I resolve this?
i right click the google service library~> android ~> set API 21
That's works fine ! good luck