You know how there are two selections for each version of the android OS you want when creating the project in eclipse? Make sure you choose to use the API version of the Level you want. ( Project ---> Properties ---> Android tab) So if you are using Android 2.0 click the box below it for Google APIs (Platform 2.0) This worked for me in the past when I had the issue. This should include the file maps.jar
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of 20plus10 Sent: Tuesday, January 25, 2011 1:15 PM To: Android Developers Subject: [android-developers] Need help with Google Map Hi All I am trying to use Google Map and I have followed this instruction: http://developer.android.com/resources/tutorials/views/hello-mapview.html But I am still not able to use these liberaries for some reasons in the MapsActivity file! 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.MapView.LayoutParams; What do I wrong? Please help BR Maali -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

