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 <http://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)

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/82081190-ec6e-44f2-98d2-79d13f04ff67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to