Hi,

In a project that i'm working, in some point of development
i found this Exception in DexFile.class, before the application
running my Laucher Activity...

I go to Google and search some
articles<http://stackoverflow.com/questions/4502445/dexfile-class-error-in-eclipse>that
help search
the error in source
code<http://android.opensourceror.org/2010/01/18/android-source/>,
but none of lit my doubts about where
my/debugging error comes: what's the meaning of the Exception
in DexFile.class/DexFile.java?

This is my error trace:

Thread [<3> main] (Class load: gml.android.mixdroid.MixDroidUtils)
    dalvik.system.DexFile.defineClass(java.lang.String,
java.lang.ClassLoader, int, java.security.ProtectionDomain) line: not
available [native method]
    dalvik.system.DexFile.loadClassBinaryName(java.lang.String,
java.lang.ClassLoader) line: 209
    dalvik.system.PathClassLoader.findClass(java.lang.String) line: 203

dalvik.system.PathClassLoader(java.lang.ClassLoader).loadClass(java.lang.String,
boolean) line: 573

dalvik.system.PathClassLoader(java.lang.ClassLoader).loadClass(java.lang.String)
line: 532
    *gml.android.mixdroid.StartActivity.onCreate(android.os.Bundle) line: 89
*    // this is my Laucnher
    android.app.Instrumentation.callActivityOnCreate(android.app.Activity,
android.os.Bundle) line: 1047

android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityRecord,
android.content.Intent) line: 2459

android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityRecord,
android.content.Intent) line: 2512
    android.app.ActivityThread.access$2200(android.app.ActivityThread,
android.app.ActivityThread$ActivityRecord, android.content.Intent) line:
119
    android.app.ActivityThread$H.handleMessage(android.os.Message) line:
1863

android.app.ActivityThread$H(android.os.Handler).dispatchMessage(android.os.Message)
line: 99
    android.os.Looper.loop() line: 123
    android.app.ActivityThread.main(java.lang.String[]) line: 4363
    java.lang.reflect.Method.invokeNative(java.lang.Object,
java.lang.Object[], java.lang.Class, java.lang.Class[], java.lang.Class,
int, boolean) line: not available [native method]
    java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object...)
line: 521
    com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() line:
860
    com.android.internal.os.ZygoteInit.main(java.lang.String[]) line: 618

    dalvik.system.NativeStart.main(java.lang.String[]) line: not available
[native method]

Thanks!


-- 
-- 

GUILHERME

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to