私はここにサンプルアプリをインストールしようとしています:https://github.com/brentvatne/react-native-scrollable-tab-view反応するネイティブ・ベクトルのアイコンを:processReleaseResources
した後、インストール、私が実行しようとするが、エラーが表示されます。
:react-native-vector-icons:processReleaseResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-vector-icons:processReleaseResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.E
xecException: Process 'command 'C:\Users\KJA\AppData\Local\Android\sdk\build-too
ls\23.0.1\aapt.exe'' 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.
BUILD FAILED
Total time: 23.638 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
どのようにこのことができます緩和される?
エラーメッセージで示唆されているように、問題についてのより正確な情報を得るには、 '--stacktrace'または' --debug'を実行してみるべきです。 – mbernardeau