It seems you can't do this. According to an answer in another thread on this forum the add-on maps.jar is only the interface for compiling. The runtime "shared library" or "external library" (this is NOT a Linux shared *.so library) is installed on the device and that is NOT under control of the application.
On the emulator the system image for the target 3 AVD includes the maps library so that is the only 1.5 emulator target that can run google MapActivity. I'm still wondering which devices include the Maps "shared library", but do not know how to answer that question. On Oct 7, 11:33 am, Raja Nagendra Kumar <[email protected]> wrote: > As in SDK 1.5, did any one was successful in deploying the gmap based > application.Pl. give some hits on what to watch out for.. > > We tried to compile the application with gmaps libarary as class path > instead of bootpath and put the minsdk as 3 and remove the > <uses-library android:name="com.google.android.maps" /> from manifest. > > The application compiles and installs fine on target 2 avd, however > on start of the application it says super class of the map app not > found which is MapActivity. > > Regards, > Raja Nagendra Kumar, > C.T.Owww.tejasoft.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

