I tried to use MapActivity
as tab but I always got an exception:
Generates Could not find class exception.
when tried to create
Intent mapTabIntent = new Intent(this, MapMF.class);
Why I got an exception? As I analysed the rows of LogCat I realized a message with orange color : Unable to resolve superclass of com....MapMF.class where the class MapMF extends MapActivity of mapsforge.
What did I do wrong?
If I use
com.google.android.maps.MapActivity
instead of
org.mapsforge.android.maps.MapActivity
it works perfectly.
I don't understand why didn't work with MapActivity of mmapsforge. Have somebody got any idea for resolve this problem?