Open GoogleCodeExporter opened 9 years ago
The Android build in calendar app? Or another one?
Can you attach an example - maybe there's a corner case.
Original comment by arthur.z...@gmail.com
on 26 Jun 2012 at 3:52
I've got the same problem: If I try to edit an contact using the ics branch of
kolab-droid, the contact app crashes.
Here is the stacktrace of it:
E/AndroidRuntime(29037): FATAL EXCEPTION: main
E/AndroidRuntime(29037): java.lang.RuntimeException: Unable to start activity
ComponentInfo{at.dasz.KolabDroid/at.dasz.KolabDroid.ContactsContract.EditContact
Activity}: java.lang.NullPointerException
E/AndroidRuntime(29037): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
E/AndroidRuntime(29037): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
E/AndroidRuntime(29037): at
android.app.ActivityThread.access$600(ActivityThread.java:123)
E/AndroidRuntime(29037): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
E/AndroidRuntime(29037): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(29037): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(29037): at
android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime(29037): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(29037): at
java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(29037): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(29037): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(29037): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(29037): Caused by: java.lang.NullPointerException
E/AndroidRuntime(29037): at
at.dasz.KolabDroid.ContactsContract.EditContactActivity.bindTo(EditContactActivi
ty.java:187)
E/AndroidRuntime(29037): at
at.dasz.KolabDroid.ContactsContract.EditContactActivity.onCreate(EditContactActi
vity.java:96)
E/AndroidRuntime(29037): at
android.app.Activity.performCreate(Activity.java:4465)
E/AndroidRuntime(29037): at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime(29037): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
E/AndroidRuntime(29037): ... 11 more
Original comment by apkd...@gmail.com
on 18 Aug 2013 at 3:47
Original issue reported on code.google.com by
STrille...@googlemail.com
on 31 Oct 2011 at 9:42