Re: [android-developers] Intent loading issue in MenuItem

2010-11-22 Thread TreKing
On Sun, Nov 21, 2010 at 5:06 AM, Chandana Napagoda cnapag...@gmail.comwrote: Is any body know fix this? I cannot open Google map Activity from menu item. Make sure your uses library element in the manifest is in the right place (withing the application element).

Re: [android-developers] Intent loading issue in MenuItem

2010-11-21 Thread Chandana Napagoda
Hi, Is any body know fix this? I cannot open Google map Activity from menu item. ? On Nov 20, 2010 8:40 PM, Chandana Napagoda cnapag...@gmail.com wrote: Hi, I tried on device and emulator both, If There is only Map Activity(ChandanaActivity) It's works fine, When I integrate with with

[android-developers] Intent loading issue in MenuItem

2010-11-20 Thread Chandana Napagoda
Hi all, I have problem with loading google map when click on Menu Item. When click on menu item every time it give this error: 11-20 14:38:08.877: ERROR/AndroidRuntime(428): java.lang.NoClassDefFoundError: com.chandana.testcode.ChandanaActivity 11-20 14:38:08.877: ERROR/AndroidRuntime(428):

Re: [android-developers] Intent loading issue in MenuItem

2010-11-20 Thread Mark Murphy
You may be running your application on a device or emulator that lacks Google Maps. On Sat, Nov 20, 2010 at 9:50 AM, Chandana Napagoda cnapag...@gmail.com wrote: Hi all, I have problem with loading google map when click on Menu Item. When click on menu item every time it give this error:

Re: [android-developers] Intent loading issue in MenuItem

2010-11-20 Thread Chandana Napagoda
Hi, I tried on device and emulator both, If There is only Map Activity(ChandanaActivity) It's works fine, When I integrate with with Other Activity (testcode)* Intent* didn't work. I have refer this tutorial *Link http://mobiforge.com/developing/story/using-google-maps-android * On 20