0

i was trying to develop Google Maps using API ver2 and i combined the JAR file for google-play.services.jar, also i tried to make reference on "com.google.android.gms" but as menthion in API2 Documentation , i have to refere to com.google.android.gms.maps but it doesn'T exist , can you help me ? thanks alot

  • `com.google.android.gms.maps` is a Java package. You do not "have to refere" to `com.google.android.gms.maps` anywhere that I can think of. You *do* have to refer to *classes* in that package, such as `com.google.android.gms.maps.MapFragment`. – CommonsWare Dec 11 '12 at 12:08
  • Then how would you extend SupportMapFragment? – IgorGanapolsky Dec 15 '12 at 23:52
  • Please refer this link http://stackoverflow.com/questions/13719263/unable-instantiate-android-gms-maps-mapfragment – hharry Mar 31 '13 at 06:25
  • Please refer this link http://stackoverflow.com/questions/13719263/unable-instantiate-android-gms-maps-mapfragment – hharry Mar 31 '13 at 06:26

1 Answers1

1

You could uninstall extras form SDK Manager and install it agine. That works for me.