[android-developers] Re: Maps not working in the android emulator

2011-02-27 Thread Rishi Kumar
You posted the stack trace on stackoverflow right? This line is in the stack trace: Caused by: java.lang.IllegalArgumentException: MapViews can only be created inside instances of MapActivity This is telling me that you're attempting to open a map outside of something that extends

[android-developers] Re: Maps not working in the android emulator

2011-02-25 Thread Indicator Veritatis
True. The error message is not useful. But that is not the OP's fault. Then again, I remember seeing the same problem. But it didn't do it every time. So what the OP should have told us: does it consistently fail? How many times did he try it? On Feb 24, 9:57 pm, TreKing treking...@gmail.com

[android-developers] Re: Maps not working in the android emulator

2011-02-25 Thread abhi
Create a new AVD targetted for Google Api Addon.check permissions also. Hope this will work. On Feb 24, 3:32 pm, Rajkumar BE rajkumar.1010lo...@gmail.com wrote: Hello,  I am trying the Google maps API example, but when I run the code emulator gives the error The Application has stopped