[android-developers] Re: MapActivity cannot be resolved to a type

2012-04-10 Thread Héctor Pérez Arteaga
Could you finally solve this problem? I have the same problem, it seems that Eclipse does not recognize the existence of this package. El miércoles, 21 de octubre de 2009 20:39:51 UTC+1, King Solomon escribió: Hi. I have tried using MapActivity as it is suggested by this tutorial:

[android-developers] Re: MapActivity cannot be resolved to a type

2009-10-21 Thread Lance Nanek
Make sure it is imported in your class: import com.google.android.maps.MapActivity; Another thing to check is that the manifest has this line: uses-library android:name=com.google.android.maps / Although I think that second thing is a force close error, not an Eclipse error. On Oct 21, 3:39