gpt4 book ai didi

android - 为什么在我的 phonegap 应用程序中找不到 google-play-service,因为我已经添加了最新的 jar?

转载 作者:行者123 更新时间:2023-11-29 00:17:56 27 4
gpt4 key购买 nike

我正在尝试为 GCM 定制 cordova 插件。我在项目的 libs 文件夹中包含了 latest google-play-service.jar 和 <meta-data android:name="com.google.android.gms.version" android:value="5089000" />在 AndroidMenifest.xml 中。但是还是面临这个问题...

    E/GooglePlayServicesUtil( 2808): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
W/GooglePlayServicesUtil( 2808): Google Play services out of date. Requires 5089000 but found 4452030

我正在 phonegap 上开发 android 应用程序。我在控制台窗口中发现了此错误消息。我应该遵循这个 Install the Google Play services SDK , 但没有找到任何 build.gradleproguard-rules.txt

谁能说出真正的原因?如何以适当的方式将 google-play-service 包含在我的 phonegap 项目中?请帮我。我期待着尽快收到您的来信。谢谢。

最佳答案

 E/GooglePlayServicesUtil( 2808): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

这个问题已经解决了。已在此处找到解决方案 Cordova build problems after import google play service即使在 libs 文件夹中添加了 google-play-service.jar 之后,我的 phonegap 项目仍然缺少 Google play 服务资源。所以我不得不配置 phonegap 项目。步骤是(从链接复制)...

  1. 首先复制整个 google-play-services_lib 文件夹ANDROID_SDK_PATH\extras\google\google_play_services\libproject\to你的项目根目录。(即平台/android)
  2. 复制build.xml, 来自您的 local.properties 和 project.properties 文件 project_root_folder/Cordova lib 文件夹到 google-play-services_lib 文件夹。
  3. 将 project.properties 文件的项目目标更改为 正确的目标(即 android 19)。打开 project.properties 来自 您的项目根文件夹并像这样更改引用 2: android.library.reference.1=CordovaLib 目标=android-19 android.library.reference.2=google-play-services_lib
  4. 转到 项目中的 google-play-services 文件夹并运行:android update 项目-p。 (不要忘记点)
  5. 然后运行以下命令:ant debug ant release 如果出现任何错误,请先运行 'ant clean 调试'然后按照步骤
  6. 现在你可以运行 cordova build android 或者如果您使用的是 ionic,那么 ionic build android。

关于android - 为什么在我的 phonegap 应用程序中找不到 google-play-service,因为我已经添加了最新的 jar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25237725/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com