Errors with Codename One “Send iOS Build” and “Send Android Build”

两盒软妹~` 提交于 2019-12-08 04:11:12

问题


I had no problem with "Build Project"/"Rebuid Project" using IntelliJ IDEA for my Codename One project.

Today, I just started to "Send iOS Build" and "Send Android Build" and got a spew of errors.

For the one below, I cannot recognize why it failed, or where to find the "compiler error output" as described:

For this next one, I can recognize it is referring to the java.time package (Java 8):

I saw somewhere that I should include the "java.version=8" and I already did.

Please help me to get my iOS and Android builds. Thanks!


回答1:


From the StackTrace above, you are using some java API that Codename One doesn't support like the GregorianCalendar and LocalDateTime. You can read more about this here...why-we-dont-support-the-full-java-api

You can ask a separate question on what you're trying to achieve with those and maybe someone here could provide you with an alternative solution that will work.



来源:https://stackoverflow.com/questions/42860517/errors-with-codename-one-send-ios-build-and-send-android-build

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!