今天我试图调查这个问题:https://github.com/codenameone/CodenameOne/issues/2975我在这里写这篇文章是想问我如何才能准确地找到哪里出了问题。基本上,只在iOS上,我有这个错误,这发生在一些随机的应用程序使用之后: java.lang.NullPointerException
at com_codename1_ui_Form.pointerReleasedLog.p("OuterForm.pointerRelease
var="country" itemValue="#{country}" itemLabel="#{country.country}" />转换器给出了一个NullPointerException我将其放入转换器(并获得NullPointerException):@FacesConverter(forClass = Country.class)
public class
我尝试执行我的应用程序,我得到了这个错误:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.remaxer.codenameone.edmtuner/com.remaxer.codenameone.edmtuner.EdmTunerStub}: java.lang.NullPointerException: Attempt to invoke virtualZygoteInit.java:1399)
at com.android