Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution failed for task ':{module}:embedManifests'. #62

Open
roremeol opened this issue Mar 14, 2017 · 0 comments
Open

Execution failed for task ':{module}:embedManifests'. #62

roremeol opened this issue Mar 14, 2017 · 0 comments

Comments

@roremeol
Copy link

Error:Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.

Where:
Script 'https://raw.githubusercontent.com/roremeol/android-fat-aar/master/fat-aar.gradle' line: 356

What went wrong:
Execution failed for task ':{module}:embedManifests'.

java.io.FileNotFoundException: /..../AndroidManifest.orig.xml (No such file or directory)
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Fix
The Android Studio 2.3 with Gradle 3.3 has changed the $bundle_release_dir: $build_dir/intermediates/bundles/release -> $build_dir/intermediates/bundles/default

The fix is to replace $bundle_release_dir path to "$build_dir/intermediates/bundles/default" (fat-aar.gradle, line #81)

roremeol pushed a commit to roremeol/android-fat-aar that referenced this issue Mar 14, 2017
…transformNativeLibsWithSyncJniLibsForRelease) and warring about deprecated method Task.leftShift(Closure) and Fix issue adwiv#62 (AndroidManifest.orig.xml (No such file or directory))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant