2
我正在嘗試在我的應用中使用com.google.android.gms.maps.MapView
。它編譯沒有問題,但是從Android Studio中啓動它,當我收到以下錯誤:INSTALL_FAILED_MISSING_SHARED_LIBRARY在Android Studio中使用MapView時
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
我試圖在main thread for this question一切。
- 我已經安裝了Google APIs
- 我的構建目標是Google APIs (4.0)
- 我在AndroidManifest.xml文件的
<application>
標籤有<uses-library android:name="com.google.android.gms.maps" />
- 我AVD使用Google APIs target
- 我真正的設備有谷歌播放服務installed and up-to-date
- 在preview pane of my activity file 中也顯示錯誤
如果我刪除MapView參考和<uses-library>
標記,則應用程序啓動。
這涵蓋了我可以在這個主題上找到的其他線索的所有內容。有誰知道任何可能導致此錯誤的其他內容?