-
Notifications
You must be signed in to change notification settings - Fork 127
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
Unable to start activity ComponentInfo{$applicationId/com.braintreepayments.api.DropInActivity} #151
Comments
Please share the code where you think this is happening or how you've handled it |
Same issue, did you find the solution @santhoshvgts ? |
Same issue, Have you found a solution yet? |
Same problem. |
Same problem is occuring java.lang.RuntimeException: Unable to start activity ComponentInfo{com.app.pets.vet.app/com.braintreepayments.api.DropInActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Bundle.setClassLoader(java.lang.ClassLoader)' on a null object reference |
App Crashed
E/AndroidRuntime(23968): Process: , PID: 23968
E/AndroidRuntime(23968): java.lang.RuntimeException: Unable to start activity ComponentInfo{$applicationId/com.braintreepayments.api.DropInActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Bundle.setClassLoader(java.lang.ClassLoader)' on a null object reference
E/AndroidRuntime(23968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3645)
E/AndroidRuntime(23968): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3782)
E/AndroidRuntime(23968): at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
E/AndroidRuntime(23968): at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
E/AndroidRuntime(23968): at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
E/AndroidRuntime(23968): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2307)
E/AndroidRuntime(23968): at android.os.Handler.dispatchMessage(Handler.java:106)
E/AndroidRuntime(23968): at android.os.Looper.loopOnce(Looper.java:201)
E/AndroidRuntime(23968): at android.os.Looper.loop(Looper.java:288)
E/AndroidRuntime(23968): at android.app.ActivityThread.main(ActivityThread.java:7872)
E/AndroidRuntime(23968): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(23968): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E/AndroidRuntime(23968): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
E/AndroidRuntime(23968): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Bundle.setClassLoader(java.lang.ClassLoader)' on a null object reference
E/AndroidRuntime(23968): at com.braintreepayments.api.DropInActivity.getDropInRequest(DropInActivity.java:124)
E/AndroidRuntime(23968): at com.braintreepayments.api.DropInActivity.onCreate(DropInActivity.java:78)
E/AndroidRuntime(23968): at android.app.Activity.performCreate(Activity.java:8305)
E/AndroidRuntime(23968): at android.app.Activity.performCreate(Activity.java:8284)
E/AndroidRuntime(23968): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1417)
E/AndroidRuntime(23968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3626)
E/AndroidRuntime(23968): ... 12 more
Manifest File
The text was updated successfully, but these errors were encountered: