简体   繁体   English

Google Play需要4132500-导入了任何google-play-service库版本

[英]Google play requires 4132500 - with any google-play-service library version imported

Trying to work with an emulator using the google maps V2 api I've stumbled upon many solution which resorted to importing some version of the play-service-lib and the associated apk files of the maps and store. 尝试使用Google Maps V2 API与仿真器一起工作时,我偶然发现了许多解决方案,这些方法依靠导入一些版本的play-service-lib以及地图和商店的相关apk文件。 Example

Everytime I get the same error : AndroidManifest.xml does not have the right value. Expected 4132500… 每次出现相同错误时: AndroidManifest.xml does not have the right value. Expected 4132500… AndroidManifest.xml does not have the right value. Expected 4132500… Tried it with several avd types and still come up with nothing. AndroidManifest.xml does not have the right value. Expected 4132500…尝试了几种avd类型,但仍然没有解决任何问题。

Any idea how to solve this ? 知道如何解决吗? I've also removed the following tag from the manifest. 我还从清单中删除了以下标记。

<meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />

UPDATE: I've removed the support library also, still the same outcome. 更新:我也删除了支持库,结果还是一样。

add 4132500 instead of "@integer/google_play_services_version" 添加4132500而不是“ @ integer / google_play_services_version”

<meta-data
        android:name="com.google.android.gms.version"
        android:value="4132500" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM