Skip to content

Instantly share code, notes, and snippets.

@lidemin
Created August 10, 2014 03:22
Show Gist options
  • Save lidemin/2e57ea62da6c0de31bd2 to your computer and use it in GitHub Desktop.
Save lidemin/2e57ea62da6c0de31bd2 to your computer and use it in GitHub Desktop.
Android error code sheet
/*
import java files which contains static load resources files.
However in Android studio, it is not able to find the resource files right now.
http://stackoverflow.com/questions/7325579/java-lang-noclassdeffounderror-could-not-initialize-class-xxx
*/
java.lang.NoClassDefFoundError: Could not initialize class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment