Hi. I have tried using MapActivity as it is suggested by this
tutorial:
http://developer.android.com/intl/fr/guide/tutorials/views/hello-mapview.html
However I get this error message in Eclipse: "MapActivity cannot be
resolved to a type". Yes, I have checked Google APIs 4 and even
verified that in default.properties.
Here's my code (it is very simplified version as I tried narrowing it
down):
-------------
import android.app.Activity;
import android.os.Bundle;
public class KingSolomonDriving extends MapActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
--------------
Can anyone help me figure this out?
Thank you in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---