2011-05-10 88 views
0

我想實現這個tutorial但我在這行收到錯誤實現基於位置的服務

import com.google.android.maps.GeoPoint; 
import com.google.android.maps.MapActivity; 
import com.google.android.maps.MapController; 
import com.google.android.maps.MapView; 
import com.google.android.maps.MyLocationOverlay; 
import com.google.android.maps.Overlay; 
在WhereAreMyFriendsMap.java

還有什麼樣的jar我需要添加 感謝

回答

1

您必須將您的Project Build Target設置爲您所定位的API級別的Google API版本。您最有可能已將其設置爲Android API。

+0

我從API級別3中選中了10級,但它不工作(?: – umar 2011-05-10 21:55:32

+1

但你可通過在Eclipse谷歌公司的軟件包下載谷歌API的他們默認不來你應該會看到。 Android和Google API的每個API級別的行,並且您需要選擇Google one ...它包含地圖庫。 – Rich 2011-05-10 21:57:12

+0

請指導我如何才能下載適用於Google Inc的Google API包的教程Eclipse? – umar 2011-05-10 21:59:36

1

從相同的教程,你有他們在這裏提到的一切嗎?

Getting started is pretty well-worn ground. Pull down the latest Android SDK and JDK (5 or newer). Download and install Eclipse for Java developers (3.2 or newer) and the ADT Eclipse plugin and you're set. There's more detail at StackOverflow, on the Android code site, and the Android support forums. 
+0

我檢查從API級別3到級別10,但它不起作用(: – umar 2011-05-10 21:57:35