You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi
I'm getting a Null Pointer Exception on Android 6.0 devices. Only happens the first time the app is launched after installation, right after accepting phone calls permission. Following executions are fine. This is the log sent to my email:
Thanks
[EDT] 0:0:0,138 - Exception: java.lang.NullPointerException - Attempt to invoke virtual method 'int java.util.Vector.size()' on a null object reference java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.Vector.size()' on a null object reference at com.codename1.r.m$b.d(Container.java:2797) at com.codename1.r.m$b.c(Container.java:2785) at com.codename1.r.b.c(AnimationManager.java:82) at com.codename1.r.t.C(Form.java:1650) at com.codename1.r.p.a(Display.java:1320) at com.codename1.r.t.d(Form.java:1639) at com.codename1.r.t.bM(Form.java:1617) at com.codename1.r.i.e.a(UIBuilder.java:2519) at com.codename1.r.i.e.a(UIBuilder.java:2565) at b.a.a(StateMachineBase.java:59) at b.a.<init>(StateMachineBase.java:31) at b.a.<init>(StateMachineBase.java:104) at d.a.<init>(StateMachine.java:67)
at com.celiacosmagazine.a.a(Celiacos.java:48) at com.celiacosmagazine.CeliacosStub.run(CeliacosStub.java:138) at com.codename1.r.p.l(Display.java:1151) at com.codename1.r.p.i(Display.java:968) at com.codename1.r.af.run(RunnableWrapper.java:120) at com.codename1.impl.b$1.run(CodenameOneThread.java:60) at java.lang.Thread.run(Thread.java:818)
Shai Almog
unread,
Oct 3, 2016, 10:54:46 PM10/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi, this is caused by an animation that might be running twice. We'll add a check to prevent this exception from happening.