Created
August 10, 2014 03:22
-
-
Save lidemin/2e57ea62da6c0de31bd2 to your computer and use it in GitHub Desktop.
Android error code sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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