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
0-04 20:32:43.007 11731-11731/alicrow.opencvtour E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: alicrow.opencvtour, PID: 11731
java.lang.NullPointerException
at alicrow.opencvtour.Tour.loadTours(Tour.java:82)
at alicrow.opencvtour.Tour.getTours(Tour.java:70)
at alicrow.opencvtour.TourListFragment$1.onManagerConnected(TourListFragment.java:73)
at org.opencv.android.AsyncServiceHelper$3.onServiceConnected(AsyncServiceHelper.java:319)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
Thanks for the stack trace. It looks like external storage couldn't be mounted for some reason. The problem is most likely due to your device, not the app itself (but I should add an error screen to handle it).
If you set the logcat log level to "info", you should see a line with the tag "Tour", that says something like "unknown", "removed", "unmounted", "bad_removal", et cetera, which will give an idea of what's wrong.
The text was updated successfully, but these errors were encountered: