pOT-Droid icon indicating copy to clipboard operation
pOT-Droid copied to clipboard

NumberFormatException: Invalid int: "+16"

Open lingling-fan opened this issue 7 years ago • 0 comments

//package name: com.mde.potdroid //version: 5.0.6 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mde.potdroid/com.mde.potdroid.TopicActivity}: java.lang.NumberFormatException: Invalid int: "+16" at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) at android.app.ActivityThread.access$600(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5103) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:525) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.NumberFormatException: Invalid int: "+16" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parse(Integer.java:375) at java.lang.Integer.parseInt(Integer.java:366) at java.lang.Integer.parseInt(Integer.java:332) at com.mde.potdroid.helpers.j.n(SourceFile:198) at com.mde.potdroid.fragments.m.a(SourceFile:215) at com.mde.potdroid.fragments.m.d(SourceFile:105) at android.support.v4.b.m.k(SourceFile:2089) at android.support.v4.b.s.a(SourceFile:1133) at android.support.v4.b.s.a(SourceFile:1290) at android.support.v4.b.g.run(SourceFile:801) at android.support.v4.b.s.e(SourceFile:1677) at android.support.v4.b.p.n(SourceFile:388) at android.support.v4.b.n.onStart(SourceFile:604) at android.support.v7.a.f.onStart(SourceFile:178) at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1171) at android.app.Activity.performStart(Activity.java:5143) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2184)

lingling-fan avatar Sep 07 '17 03:09 lingling-fan