krtek / Birthday-widget

Birthday widget for Android

Home Page:http://krtek.github.com/Birthday-widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumberFormatException in some phones

krtek opened this issue · comments

java.lang.RuntimeException: Unable to start activity ComponentInfo{cz.krtinec.birthday/cz.krtinec.birthday.ui.EditActivity}: java.lang.NumberFormatException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3687)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NumberFormatException
at java.lang.Long.parseLong(Long.java:333)
at java.lang.Long.parseLong(Long.java:311)
at cz.krtinec.birthday.ui.EditActivity.onCreate(EditActivity.java:92)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
... 11 more