I have imported the sample for "Google Plus " from extras and I am facing the issue while building the project.
Could you please assist me to resolve this ?
I have imported the sample for "Google Plus " from extras and I am facing the issue while building the project.
Could you please assist me to resolve this ?
android:configChanges="screenSize|smallestScreenSize"
These attributes were introduced in API level 13, so make sure your minSdkVersion is equal to 13 or higher. The same applies to your compileSdkVersion.
See also: Error string types not allowed at android:configChanges in manifest file