umar
umar

Reputation: 3133

error in imports of import com.google.android.maps.MapActivity;

Hello i want to run this tutorial but i getting error on importing

import com.google.android.maps.MapActivity;
import com.google.android.maps.GeoPoint;

Although i have updated available packages

Upvotes: 0

Views: 5023

Answers (2)

Amitabha Biswas
Amitabha Biswas

Reputation: 3291

for error "import com.google.android.maps.GeoPoint;" Please Include this jar (below given link) http://www.java2s.com/Code/Jar/a/Downloadandroidgooglemapsapi11jar.htm

Upvotes: 0

Related Questions