Re: [android-developers] Re: Google Map activity not working

2010-11-29 Thread 大辉
hi,Abhishek, this link is my googlemap demo code, http://bigcateasymorse.googlecode.com/svn/trunk/androidmapdemo1.0/,maybe it can help you。 2010/11/28 akkilis deepakverma.u...@gmail.com Ohh.I should have spotted this earlier. You have to add this in the applications element in the

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
Abhishek, By looking upon your code nothing seems wrong with it. Have you obtained the key correctly? Can you post the error message so that issue can be looked upon. On Nov 27, 5:41 pm, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hi guys I was trying for the first time to make a

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest file: uses-library android:name=com.google.android.maps / i.e. Manifest should be like this: uses-permission ./uses-permission application ...

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
Thanks man You saved my day. Can you also tell me how can i check the problems with the app through the log files?? Like what are the key elements i should be looking for? Regards On Sat, Nov 27, 2010 at 10:47 PM, akkilis deepakverma.u...@gmail.comwrote: Ohh.I should have spotted this

[android-developers] Re: Google Map activity not working

2010-11-27 Thread akkilis
On Nov 27, 10:17 pm, akkilis deepakverma.u...@gmail.com wrote: Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest file: uses-library android:name=com.google.android.maps / i.e. Manifest should be like this: uses-permission

Re: [android-developers] Re: Google Map activity not working

2010-11-27 Thread Robin Talwar
okay... i didn't get dat.. lol On Sat, Nov 27, 2010 at 11:36 PM, akkilis deepakverma.u...@gmail.comwrote: On Nov 27, 10:17 pm, akkilis deepakverma.u...@gmail.com wrote: Ohh.I should have spotted this earlier. You have to add this in the applications element in the manifest