[android-porting] Re: DevTools application not seen in Android 1.5

2009-08-21 Thread sreedhar b
Hi Dianne, Thanks . I did this change in my apps/Development/AndroidManifest.xml !--uses-library android:name=com.google.android.maps / -- Now i am able to see the DevTools icon on the menu's list. but i have some observations as below: In my currrent hardware setup, I am doing the

[android-porting] Re: DevTools application not seen in Android 1.5

2009-08-21 Thread Dianne Hackborn
I don't know, sounds like your sd card isn't work as it normally does on Android devices, and probably the two apps check for it in different ways, one of which you are hacking around to get to work and the other one isn't. You could look at the apps and see what they are doing. As far as storing

[android-porting] Re: DevTools application not seen in Android 1.5

2009-08-19 Thread Dianne Hackborn
The error is saying that the app needs the com.google.android.maps library, which is not available on your phone. This is very strange, since Development.apk should not use such a library and I don't recall it every doing so -- you can confirm this in the source tree here: