I am Developing an Andorid Applicaiton which require Google Maps to The application.
For That I am Using the same Example in Following Link.
Link For Google Maps
Your logcat clearly said
Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4323000 but found 0. You must have the following declaration within the element:
Try to add Google play services version using
tag under
tag in your manifest.xml
file like
Make your manifest.xml
like
....
..............