You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
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)
The text was updated successfully, but these errors were encountered:
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))
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)
The text was updated successfully, but these errors were encountered: