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;)
>>

>From some research I've found this occurs to many people when trying
to use the map library, so they include the <uses-library> tag and
it's fixed. However this is using an external class (i'm testing right
now) however it doesn't seem to like it at all.

The line is as follows:
Config config = new Config("data", 0, false, false);

And it complains about it unable to resolve the instance. This works
in normal java... Do I need to optimize something explicitly for
android?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to