Error in getting Google Maps in android

前端 未结 2 688
终归单人心
终归单人心 2021-01-22 02:47

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

2条回答
  •  自闭症患者
    2021-01-22 02:51

    Issue:

    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:

    Solution:

    Include Google play services version inside your manifest file.

    
    

    You can read about referencing Google play services.

提交回复
热议问题