2016-07-12 44 views
1

我剛剛嘗試創建一個Demo類型(Kitchen Sink)的新項目,並嘗試將其提交給服務器(Android Build),但它給出了下面的Socket錯誤。CodeNameOne Build提交第一個Android應用程序的錯誤

我甚至沒有改變任何項目;這是原來的演示應用程序。

  • 罐還內置本地文件夾
  • 我簽署了我的帳戶從日食/ codenameone性能。
  • 我有基本的訂閱
  • 我的網絡連接也很好,並且沒有使用代理。
  • 沒有條目出現在CodeNameOne->構建標籤

這裏是我的Eclipse控制檯

Buildfile: F:/Setups/Eclipse/workspaceLatest/TestCodeNameOne\build.xml 

copy-android-override: 

copy-libs: 

jar: 
    [echo] Compile is forcing compliance to the supported API's/features for maximum device compatibility. This allows smaller 
    [echo]    code size and wider device support 
    [copy] Copying 7 files to F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\build\tmp 
    [javac] F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\build.xml:147: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 
    [javac] Compiling 19 source files to F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\build\tmp 
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release 
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release 
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. 
    [javac] Note: Some input files use or override a deprecated API. 
    [javac] Note: Recompile with -Xlint:deprecation for details. 
    [javac] Note: Some input files use unchecked or unsafe operations. 
    [javac] Note: Recompile with -Xlint:unchecked for details. 
    [javac] 3 warnings 
    [jar] Building jar: F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\dist\TestCodeNameOne.jar 
    [javac] F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\build.xml:171: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 

清潔改寫輸出:

build-for-android-device: 

    [codeNameOne] You sent an android build without submitting a keystore. Notice that you will receive a build that is inappropriate for distribution (although it could be used for debugging purposes). For further details read http://www.codenameone.com/signing.html 
    [codeNameOne] Sending build request to the server, notice that the build might take a while to complete! 
    [codeNameOne] Sending build to account: [email protected] 
    [codeNameOne] java.net.SocketTimeoutException: Read timed out 
    [codeNameOne] at java.net.SocketInputStream.socketRead0(Native Method) 
    [codeNameOne] at java.net.SocketInputStream.socketRead(Unknown Source) 
    [codeNameOne] at java.net.SocketInputStream.read(Unknown Source) 
    [codeNameOne] at java.net.SocketInputStream.read(Unknown Source) 
    [codeNameOne] at sun.security.ssl.InputRecord.readFully(Unknown Source) 
    [codeNameOne] at sun.security.ssl.InputRecord.read(Unknown Source) 
    [codeNameOne] at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) 
    [codeNameOne] at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source) 
    [codeNameOne] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) 
    [codeNameOne] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) 
    [codeNameOne] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) 
    [codeNameOne] at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) 
    [codeNameOne] at com.codename1.build.client.BuildProcess.sendS3Build(BuildProcess.java:366) 
    [codeNameOne] at com.codename1.build.client.BuildProcess.sendRequestToServer(BuildProcess.java:43 [codeNameOne] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
    [codeNameOne] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
    [codeNameOne] at java.lang.reflect.Method.invoke(Unknown Source) 
    [codeNameOne] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:371) 
    [codeNameOne] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:473) 
    [codeNameOne] at codenameoneplugin.actions.SendBuild$1.run(SendBuild.java:47) 
    [codeNameOne] at java.lang.Thread.run(Unknown Source) 

    BUILD FAILED 
    F:\Setups\Eclipse\workspaceLatest\TestCodeNameOne\build.xml:469: Error in server build process 

    Total time: 2 minutes 8 seconds 

IDE和操作系統細節

IDE: Eclipse 
Desktop OS: Windows 7 

回答

0

構建未能連接到亞馬遜服務器來執行構建,請確保您具有正確/穩定的Internet連接。

如果您位於防火牆或代理的後面,請確保在運行應用程序時在simulator networking menu中對其進行定義。