[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Honest
It seems the problem is in manifest file as i have put try catch every where yet it is giving message Application Closed Unexpectedly with only ok button so according to me the problem should be in in it. I am pasting the manifest file code please take a look at it and let me know. ?xml

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Jack Ha
Can you post the logcat exception stack track here? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc.

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Honest
it is displaying java.lang.VerifyError as exception in logcat. On Aug 24, 8:07 pm, Jack Ha jack...@t-mobile.com wrote: Can you post the logcat exception stack track here? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Fred Grott(shareme)
Your uses-library is in the wrong location see my copy: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.mobilebytes.mymapview android:versionCode=1 android:versionName=1.0 uses-permission