distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

FacebookUtilsLoginActivity NullPointerException #328

Closed Cellap closed 8 years ago

Cellap commented 9 years ago

Hi,

I'm copying here the stack trace of the exception we experience every once in a while. Is this an exception that you are familiar with? Could you please tell us if there is a solution for this error?

java.lang.RuntimeException: Unable to start activity ComponentInfo{air.com…../com.distriqt.extension.facebookutils.FacebookUtilsLoginActivity}: java.lang.NullPointerException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2083) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2108) at android.app.ActivityThread.access$600(ActivityThread.java:138) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1204) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4941) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:794) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:561) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.NullPointerException at com.distriqt.extension.facebookutils.FacebookUtilsLoginActivity.onCreate(FacebookUtilsLoginActivity.java:31) at android.app.Activity.performCreate(Activity.java:5202) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1082) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2047)