2017-01-10 6 views
0

アンドロイドプラットフォームでnativescriptを使用してアプリケーションを構築しようとしています。私はtns prepare androidを実行すると、すべてがうまく行くが、私はtns build androidを実行すると、私はこのエラーになっておく:ubuntuビルドでNativescriptエラーが発生しました

AILURE: Build completed with 2 failures. 

1: Task failed with an exception. 
* What went wrong: 
    Execution failed for task ':transformClassesWithDexForF0Debug'. 
     com.android.build.api.transform.TransformException: 
     java.lang.RuntimeException: 
     com.android.ide.common.process.ProcessException: 
     java.util.concurrent.ExecutionException: 
     com.android.ide.common.process.ProcessException: 
     org.gradle.process.internal.ExecException: 
    Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1 
* Try: 
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

2: Task failed with an exception. 
* What went wrong: 
    Execution failed for task ':buildMetadata'. 
    Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 137 

私が実行しているOSは、Ubuntuの14

+0

あなたは医師の出力を投稿してくださいできますか? – Zoidy

+0

RAMメモリを追加して問題を解決しました –

答えて

0

である私はより多くのRAMメモリを追加することによって、問題を解決し

関連する問題