Reputation: 3133
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
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
Reputation: 42834
Have you changed your build target to use the Google API form of your API level?
Upvotes: 4