I am writing this Android application in which I have many actions that extend the Activity class. I also need an operation that uses MapView to display the Map along with the ListView on the screen (similar to the list of rental houses where the houses are shown using the contacts on the map). Since I have a base class that extends the Activity class, all other actions extend this base class. Only the screen that has the map should extend the MapActivity class. When I try to do this, I threw an IllegalAccessError exception.
Project setup - Android 2.1-update1 and GoogleAPI 2.1-update 1 both generate the same exception. The application is intended for the tablet.
I made sure that I have an entry in the manifest.
Any help would be greatly appreciated.
java android google-api android-mapview mapactivity
Neo
source share