1
私はcordoで基本angular2
アプリをセットアップしましたが、iOSではうまく動作しますが、アンドロイドでは正常に動作しません。例外でビルドに失敗しました。angular2 cordovaアンドロイドがエミュレータで動作しません
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/local/opt/android-sdk/build-tools/24.0.2/aapt'' finished with non-zero exit value 1
Error: /Users/username/Code/workshop/cordova/angular-2/MyApp/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
それはAVDが起動するのに十分なリソースを持っていないとは何かを持っている場合、私は利用可能なRAM、VMのヒープを増やすかもしれないならば、と思いまして。 –