Hi, I'm new to developing Android applications and I'm trying to use arcGIS maps for my application. I've been able to load the map in normal layouts such as Linearlayout and Relativelayout. But when I tried loading the map from a Tabview, the map just doesn't load at all.
Looking at the log cat, there is no error just a debug message stating, "Failed to initiate MapView". My MapView is in the "maps.xml". I call the MapView to be shown in the tab in "MapTab.java" whereby it is loaded as a tab in "App.java" (aka the main class) May I know how do I solve this problem? Thank You -- 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

