Codename One IntelliJ:发送构建突然什么都不做
Codename One IntelliJ: Sending build doies nothing suddenly
我正在尝试构建我的应用程序,但在发送构建时没有任何反应,它也不会显示在构建服务器上。之前建过好几次了,不知道哪里不对。他执行了一些任务,然后说完成了,但不再告诉我检查构建服务器或他之前做过的任何事情。当我 select iOS build 时发生同样的情况,成功但没有更多附加内容。
你能告诉我有什么问题吗?
为 Shai 编辑:
这里的问题是终端在尝试构建之前和之后什么也没说'仍然
Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. Alle Rechte vorbehalten.
F:\Users\Maxl\IdeaProjects\GehmaLiveApp>" and nothing more.
在设备模拟器中构建它时,其输出为:
F:\Program Files\Java\jdk1.8.0_66\bin\java" -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Didea.launcher.port=7532 "-Didea.launcher.bin.path=F:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\bin" -Dfile.encoding=UTF-8 -classpath "F:/Users/Maxl/IdeaProjects/GehmaLiveApp\out\production\GehmaLiveApp;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\src;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\lib\CodenameOne.jar;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\JavaSE.jar;native/internal_tmp;lib/impl/cls;F:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\lib\idea_rt.jar"com.intellij.rt.execution.application.AppMain com.codename1.impl.javase.Simulator com.rosscode.gehma.main
Nov 19, 2016 12:28:04 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Process finished with exit code 0
然后一切正常开始。但是,Android build 和 iOs build 都不做任何事情。
假设您重新加载了构建服务器页面,但它仍然没有显示,请查看控制台输出,它通常会准确说明出了什么问题。默认情况下,IntelliJ 将输出隐藏在树状结构后面,但如果您使用左侧的按钮将其关闭,您可以看到实际的文本。
您可能超出了其中一个免费配额(大小或构建积分),如果其中 none 解决了您的问题,请使用网站右下角的在线支持聊天来解决问题请务必提供已发送构建的全文输出,以便我们的支持工程师提供帮助。
我正在尝试构建我的应用程序,但在发送构建时没有任何反应,它也不会显示在构建服务器上。之前建过好几次了,不知道哪里不对。他执行了一些任务,然后说完成了,但不再告诉我检查构建服务器或他之前做过的任何事情。当我 select iOS build 时发生同样的情况,成功但没有更多附加内容。
你能告诉我有什么问题吗?
为 Shai 编辑:
这里的问题是终端在尝试构建之前和之后什么也没说'仍然
Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. Alle Rechte vorbehalten.
F:\Users\Maxl\IdeaProjects\GehmaLiveApp>" and nothing more.
在设备模拟器中构建它时,其输出为:
F:\Program Files\Java\jdk1.8.0_66\bin\java" -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Didea.launcher.port=7532 "-Didea.launcher.bin.path=F:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\bin" -Dfile.encoding=UTF-8 -classpath "F:/Users/Maxl/IdeaProjects/GehmaLiveApp\out\production\GehmaLiveApp;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\src;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\lib\CodenameOne.jar;F:/Users/Maxl/IdeaProjects/GehmaLiveApp\JavaSE.jar;native/internal_tmp;lib/impl/cls;F:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\lib\idea_rt.jar"com.intellij.rt.execution.application.AppMain com.codename1.impl.javase.Simulator com.rosscode.gehma.main
Nov 19, 2016 12:28:04 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Process finished with exit code 0
然后一切正常开始。但是,Android build 和 iOs build 都不做任何事情。
假设您重新加载了构建服务器页面,但它仍然没有显示,请查看控制台输出,它通常会准确说明出了什么问题。默认情况下,IntelliJ 将输出隐藏在树状结构后面,但如果您使用左侧的按钮将其关闭,您可以看到实际的文本。
您可能超出了其中一个免费配额(大小或构建积分),如果其中 none 解决了您的问题,请使用网站右下角的在线支持聊天来解决问题请务必提供已发送构建的全文输出,以便我们的支持工程师提供帮助。