Yes, I ran the jar through dx.
On Nov 14, 5:39 pm, shyamal <[EMAIL PROTECTED]> wrote:
> I don't know about the BOOTCLASSPATH, but did actually run the jar
> through dx --dex etc?
>
> On Nov 14, 1:37 pm, Koush <[EMAIL PROTECTED]> wrote:
>
> > From adb shell on the emulator, I am prepend the BOOTCLASSPATH to
> > include a jar that contains an implementation of
> > android.widget.EditText.
>
> > Then from ADB, I launch an activity using the "am" tool.
>
> > However, "am" is failing to launch at all with the following errors in
> > logcat. Any ideas on how to successfully tweak the BOOTCLASSPATH in
> > Dalvik/Android?
>
> > D/AndroidRuntime( 186): >>>>>>>>>>>>>> AndroidRuntime START
> > <<<<<<<<<<<<<<
> > D/AndroidRuntime( 186): CheckJNI is ON
> > W/dalvikvm( 186): DexOpt: incorrect opt magic number (0xff ff ff ff)
> > D/dalvikvm( 186): Stale deps in cache file; removing and retrying
> > D/dalvikvm( 186): DexOpt: --- BEGIN
> > 'koushikdutta.testboot.jar' (bootstrap=1) -
> > --
> > E/dalvikvm( 187): Too many exceptions during init (failed on 'Ljava/
> > lang/NoClas
> > sDefFoundError;' 'java.lang.NoClassDefFoundError')
> > E/dalvikvm( 187): VM aborting
> > I/DEBUG ( 21): *** *** *** *** *** *** *** *** *** *** *** *** ***
> > *** *** *
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---