我嘗試使用谷歌地圖V2,我不得不遵循的指令: https://developer.android.com/google/play-services/maps.html錯誤時使用庫com.google.android.gms
我做: 註冊到谷歌地圖API並獲得我的API密鑰。 更新我的SDK進口播放服務。 導入我的文件夾。 將我的工作區中的庫導入到我的項目中。 下面我的項目與導入庫。
http://i.stack.imgur.com/NIKsi.png
在清單中,如果我刪除行:com.google.android.gms 它的作品,我可以啓動,編譯和使用我的應用程序。
我用一個真正的手機,索尼4.2。
你知道爲什麼我的構建失敗嗎?我不明白:/ 謝謝。
我必須遵循政黨成員來自: https://developers.google.com/maps/documentation/android/start#specify_settings_in_the_application_manifest http://stackoverflow.com/questions/13719263/unable-instantiate-android-gms- maps-mapfragment too,but .... – Vadorequest
轉至項目屬性 - > Java Build Path - >訂單並導出並選擇播放服務庫。 –
@RaymondP它已經完成了。但是......實際上我不能直接添加play-service-lib * .jar只有他的父組像Google API [Android 4.2.2],Android Private Libraries和Android Dependencies。當我有ormlite.jar,guice.jar,javax.inject.jar – Vadorequest