2013-05-17 142 views
4

我收到以下錯誤: google-play-services_lib]找不到google-play-services_lib.apk!使用新的Google Play服務

完全控制檯:

[2013-05-17 16:41:50 - MapAlert] Android Launch!
[2013-05-17 16:41:50 - MapAlert] adb is running normally.
[2013-05-17 16:41:50 - MapAlert] Performing com.map.alert.StartUp activity launch
[2013-05-17 16:41:50 - MapAlert] Automatic Target Mode: using device '0288500541404557'
[2013-05-17 16:41:55 - MapAlert] Uploading MapAlert.apk onto device '0288500541404557'
[2013-05-17 16:41:57 - MapAlert] Installing MapAlert.apk...
[2013-05-17 16:42:55 - MapAlert] Success!
[2013-05-17 16:42:56 - google-play-services_lib] Could not find google-play-services_lib.apk!
[2013-05-17 16:42:56 - MapAlert] Starting activity com.map.alert.StartUp on device 0288500541404557

我看到的谷歌I/O的新事物和鋸,你可以使用新的谷歌遊戲服務。我已經添加了庫遵循本指南:http://developer.android.com/google/play-services/setup.html

我也發現網上的東西,我的手機上的應用程序應該更新,但我已經運行3.1.36。這是它應該使用的新版本。

歡迎您提出任何建議!

+0

您使用的是什麼IDE?蝕?的IntelliJ? Android Studio? – loeschg

+0

@loeschg我正在使用Eclipse,只是更新了SDK到V22 – Beko1997

回答

2

如果您使用IntelliJ或Android Studio,以下的StackOverflow鏈接可能是您的票證。選定的答案相當徹底。 https://stackoverflow.com/a/16598478/413254

+0

謝謝,我在那裏看到一個示例目錄,也許我可以做些什麼。 – Beko1997

+1

謝謝,它確實有幫助!我已經通過**項目propeties **> ** android **工作,並在那裏添加了庫。 – Beko1997

+3

即使在添加上述庫之後,我仍然遇到這個問題,但我想我最初錯誤地將它添加到了Java構建路徑中的項目中。從Java構建路徑中的項目中移除庫並重新添加上述註釋之後,問題就消失了。謝謝你。 – Dittimon

-2

的解決辦法是在爲這個問題的答案評論:

Using the new Google Play Services

步驟:

移除Java構建路徑 的google_play_services-LIB引用添加庫引用屬性| Android |庫引用

+0

好友,你關聯的問題其實就是你正在看的這個問題。你不應該複製那樣的答案。 – levi

0

上你的答案有兩個步驟:

1.去除從Java構建路徑

在屬性2.加庫參考google_play_services-LIB引用| Android |庫參考