I'm trying to create a MapView in a service (live wallpaper), but have it hidden so that I can render it to a Bitmap, and then map it to a texture to render in opengl. I have a Canvas and a Bitmap, and I intended to call myMap.draw(myCanvas) in order to get it into the correct bitmap so that I could then bind it as a texture.
When I Initialize I do the following myMap = new MapView(ctx, APPSTATICS.MAP_API_KEY); I get an error java.lang.RuntimeException: stub at com.google.android.maps.MapView.<init> (Unknown Source) Any idea why I can't create a new mapview which I can use to draw to a offscreen bitmap? Sincerely, Adam Hammer -- 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

