Created
October 2, 2018 14:17
-
-
Save ferjm/0fe53182bd5a6f91f6dca6333070b2cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Task :servoview:ndkbuildcompileMainArmv7ReleaseNdk | |
[armeabi-v7a] Install : libc++_shared.so => /home/ferjm/dev/mozilla/servo/target/armv7-linux-androideabi/release/apk/jniLibs/armeabi-v7a/libc++_shared.so | |
[armeabi-v7a] Install : libsimpleservo.so => /home/ferjm/dev/mozilla/servo/target/armv7-linux-androideabi/release/apk/jniLibs/armeabi-v7a/libsimpleservo.so | |
[armeabi-v7a] Install : libgstreamer_android.so => /home/ferjm/dev/mozilla/servo/target/armv7-linux-androideabi/release/apk/jniLibs/armeabi-v7a/libgstreamer_android.so | |
error: invalid file path '/home/ferjm/dev/mozilla/servo/target/gradle/servoview/intermediates/manifests/aapt/main/armv7Release/output.json'. | |
error: invalid file path '/home/ferjm/dev/mozilla/servo/target/gradle/servoview/intermediates/manifests/aapt/main/armv7Release/AndroidManifest.xml'. | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':servoview:verifyMainArmv7ReleaseResources'. | |
> java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
* Get more help at https://help.gradle.org | |
BUILD FAILED in 14s | |
59 actionable tasks: 3 executed, 56 up-to-date | |
Packaging Android exited with return value 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment