-
Notifications
You must be signed in to change notification settings - Fork 329
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
App Crashes on using library #22
Comments
Same error here, got any solution?
|
i just implement null check condition for it nothing else
…On Fri, 5 Jul 2019 at 15:08, Gaurav Mandlik ***@***.***> wrote:
@rishavsingla <https://github.com/rishavsingla>
Same error here, got any solution?
java.lang.RuntimeException: Unable to start activity
ComponentInfo{bible.kingjamesbiblelite/com.bible.kingjamesbiblelite.ac.LoginActivity}:
java.lang.NullPointerException: Attempt to invoke virtual method
'java.util.Iterator java.util.Vector.iterator()' on a null object reference
at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2925)
at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3060)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1818) at
android.os.Handler.dispatchMessage(Handler.java:106) at
android.os.Looper.loop(Looper.java:193) at
android.app.ActivityThread.main(ActivityThread.java:6762) at
java.lang.reflect.Method.invoke(Native Method) at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AGEH5F7QPJDUFNYO3FOCLWDP54JAHA5CNFSM4GO3NXZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZJCCMY#issuecomment-508698931>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGEH5F4XMXJHBWJGZ543EM3P54JAHANCNFSM4GO3NXZA>
.
|
Resolved Go to GrawView clas and change
|
Attempt to invoke Vector.iterate() on a null object reference.
The text was updated successfully, but these errors were encountered: