You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run the foursquare demo on android 4.0, i get this exception:
10-15 22:35:06.231 7065-7065/? E/AndroidRuntime: FATAL EXCEPTION: main
java.lang.NullPointerException
at com.intel.xdk.display.Display$2.run(Display.java:133)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4449)
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:787)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
at dalvik.system.NativeStart.main(Native Method)
Is intel.xdk.display maintained? or was just a demo?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When i run the foursquare demo on android 4.0, i get this exception:
10-15 22:35:06.231 7065-7065/? E/AndroidRuntime: FATAL EXCEPTION: main
java.lang.NullPointerException
at com.intel.xdk.display.Display$2.run(Display.java:133)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4449)
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:787)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
at dalvik.system.NativeStart.main(Native Method)
Is intel.xdk.display maintained? or was just a demo?
Thanks
The text was updated successfully, but these errors were encountered: