-
Notifications
You must be signed in to change notification settings - Fork 17
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
NullPointerException. #12
Comments
Should be fixed now. I don't have an app to test with, so please give the updated code a try and close the issue if the problem has been resolved. |
@StevenArzt whats the maven for develop branch? |
I haven't tested it, but it is likely still broken. Just a few lines lower you access it again without a null check axml/src/pxb/android/StringItems.java Line 101 in 97656d7
|
I don't see the problem. My assumption was that |
axml/src/pxb/android/StringItems.java Lines 109 to 110 in 97656d7
Here is it again being referenced and causing an NPE |
OK, I got it. Fix has been committed. |
axml/src/pxb/android/StringItems.java
Line 90 in e7771fd
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
at pxb.android.StringItems.prepare(StringItems.java:90)
at pxb.android.axml.AxmlWriter.prepare(AxmlWriter.java:344)
at pxb.android.axml.AxmlWriter.toByteArray(AxmlWriter.java:356)
The text was updated successfully, but these errors were encountered: