2010-03-29 69 views
0

我已經看到教程提供了在這裏顯示谷歌地圖... http://developer.android.com/resources/tutorials/views/hello-mapview.html在應用程序中設計谷歌地圖應用程序的問題

但遺憾的是,當我嘗試擴展MapActivity而不是Activity時,整個程序被破壞並顯示從onCreate開始的錯誤...什麼是解決方案,我如何才能在我的應用程序中獲取Google地圖?

+0

我們已經發布在[http://www.androidref.com/index.html#MapLocation一些細節和信息](http://www.androidref.com/index.html#MapLocation) – 2010-03-29 14:44:33

回答

0

那麼,包括錯誤將有助於爲您提供更準確的答案。 你在哪裏上運行的應用程序的仿真器應該支持谷歌API和清單應包括

<uses-library android:name="com.google.android.maps"/>