On Nov 30, 1:14 pm, strazzere <[EMAIL PROTECTED]> wrote:
> Anyone have an idea about this?
>
> <<11-30 16:08:25.620: WARN/dalvikvm(1006): VFY: unable to resolve new-
> instance 16 (Lcom/testLibrary/Config;) in Lcom/Android/test/test;
> 11-30 16:08:25.646: WARN/dalvikvm(1006): VFY:  rejecting opcode 0x22
> at 0x0032
> 11-30 16:08:25.646: WARN/dalvikvm(1006): VFY:  rejected Lcom/Android/
> test/test;.onCreate (Landroid/os/Bundle;)V
> 11-30 16:08:25.646: WARN/dalvikvm(1006): Verifier rejected class Lcom/
> Android/test/test;
> 11-30 16:08:25.646: WARN/dalvikvm(1006): Class init failed in
> newInstance call (Lcom/Android/test/test;)

The class com.testLibrary.Config could not be found from
com.Android.test.test.onCreate().

Your capitalization is a bit non-standard, and Java is case-sensitive,
so make sure you've got the names right.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to