我无法导入MapView for android项目

时间:2011-08-30 11:38:18

标签: android eclipse google-maps

public class ActivityGoogleMaps extends MapActivity {// map view shows as an error
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);
}

}

我尝试导入此内容: 导入com.google.android.maps.MapActivity;

但是当我输入com时。 - 谷歌没有出现..

2 个答案:

答案 0 :(得分:5)

1-转到“项目属性” 2-从Android选项卡中,为您的目标平台选择Google API (对于2.2,选择Google API-Platform 2.2及其类似的东西)

我认为这可以解决问题

答案 1 :(得分:0)

你必须将map.jar添加到libs。虽然我们扩展MapActivity时会自动添加它。