-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I am using Gradle 7.2, Android Gradle Plugin 7.0.1, and JDK17 in Termux Android
In your repo, I downloaded appt2 Android 11(for arch) as replacement in my existing aapt2.
Upon building using "gradle build", it was successful.
But after adding any androidx dependency, it failed with the error below:
`AAPT2 aapt2-7.0.1-7396180-linux Daemon #0: shutdown
AAPT2 aapt2-7.0.1-7396180-linux Daemon #1: shutdown
FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':app:mergeReleaseResources'.
Multiple task action failures occurred:
A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
Android resource compilation failed ERROR:AAPT: unknown option '--source-path'.`
Seems like aapt2 does not support --source-path option
Can you please add new option?