I have a similar need - in my case to replace the default WebKit
CacheManager.
Searched everywhere - could not find a proper solution.
The only way I have located - was to run dalvikvm via adb shell and
specify the standard java command line option -Xbootclasspath
See here: http://davanum.wordpress.com/2007/12/04/command-line-java-on-dalvikvm/
Did not try it myself since this solution would not have worked for
the ADC submission which required the finished .apk

Would greatly appreciate if somebody from Google gave us a hint.

Gene Vayngrib
http://bhoost.com
http://lablz.com

On May 3, 2:30 am, 5arky <[EMAIL PROTECTED]> wrote:
> My android application uses some library, that parses Xml file and
> uses NormalizeDocument method which is normally included in my jdk.
> Android SDK m15_rc15 has Document class but has no NormalizeDocument
> method..
> I've found another library (Xerces) which includes class with this
> method... and I've put this library at the top of loading order for my
> application but..
> It seems that android still loads it's library first.
> Can anybody help me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to