Note that there are some explanatory texts on larger screens.

plurals
  1. PODalvik mess with library code and project cannot runs anymore
    text
    copied!<p>After updating ADT and Android SDK on my machine, all my projects get errors. </p> <p>Now I have this:</p> <p>PS: This error happens when running the project that have a jar as dependency (it was compiled with proguard and we dont have the original sourcecode to compile it again).</p> <pre><code>W/dalvikvm(3497): VFY: unable to resolve static field 994 (storeicon) in Lcom/ww/dgs/R$drawable; D/dalvikvm(3497): VFY: replacing opcode 0x60 at 0x0042 W/dalvikvm(3497): VFY: unable to resolve static field 987 (libraryicon) in Lcom/ww/dgs/R$drawable; D/dalvikvm(3497): VFY: replacing opcode 0x60 at 0x0060 W/dalvikvm(3497): VFY: unable to resolve static field 1069 (mainframe) in Lcom/ww/dgs/R$layout; D/dalvikvm(3497): VFY: replacing opcode 0x60 at 0x00b1 I/dalvikvm(3497): DexOpt: unable to optimize static field ref 0x0467 at 0x16 in Lcom/ww/sharedlibrary/e;.a D/AndroidRuntime(3497): Shutting down VM W/dalvikvm(3497): threadid=1: thread exiting with uncaught exception (group=0x400f8760) E/AndroidRuntime(3497): FATAL EXCEPTION: main E/AndroidRuntime(3497): java.lang.NoClassDefFoundError: com.ww.dgs.R$layout E/AndroidRuntime(3497): at com.ww.mainframe.MainFrame.onCreate(Unknown Source) E/AndroidRuntime(3497): at com.ww.iba.DigiMag.onCreate(DigiMag.java:27) E/AndroidRuntime(3497): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048) E/AndroidRuntime(3497): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1715) E/AndroidRuntime(3497): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1767) E/AndroidRuntime(3497): at android.app.ActivityThread.access$1500(ActivityThread.java:122) E/AndroidRuntime(3497): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1005) E/AndroidRuntime(3497): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime(3497): at android.os.Looper.loop(Looper.java:132) E/AndroidRuntime(3497): at android.app.ActivityThread.main(ActivityThread.java:4028) E/AndroidRuntime(3497): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime(3497): at java.lang.reflect.Method.invoke(Method.java:491) E/AndroidRuntime(3497): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:844) E/AndroidRuntime(3497): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602) E/AndroidRuntime(3497): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(3497): threadid=4: reacting to signal 3 I/dalvikvm(3497): Wrote stack traces to '/data/anr/traces.txt' </code></pre> <p>The code from com.ww is inside a jar that I used on the other builds.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload