-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ExceptionInInitializerError Caused by: java.lang.NullPointerException: in == null at java.util.Properties.load(Properties.java:246) #46
Comments
Do you use Android Studio or Eclipse? |
Android Studio with gradle (and proguad) |
The resource file is not available in the classpath. Not sure why. We could change HAHA to just use class constants, that properties file isn't really worth anything. In the meantime, it's probably something specific about your gradle conf that prevents picking up those properties files. |
Thanks for the pointer, I'll try to see if our gradle conf is doing something odd with the resource file. |
* HAHA 1.2 has no .properties resource file which should fix #46
* HAHA 1.2 has no .properties resource file which should fix square#46
I tried adding leak canary to our app and we get this crash:
The text was updated successfully, but these errors were encountered: