wg/scrypt

android libscrypt.dylib

githubityu opened this issue · 4 comments

java.util.concurrent.ExecutionException: com.android.tools.build.bundletool.exceptions.BundleFileTypesException$FileUsesReservedNameException: File 'root/lib/x86_64/darwin/libscrypt.dylib' uses reserved file or directory name 'lib'.

have your found any solution?

have your found any solution?

packagingOptions {
exclude 'lib/x86_64/darwin/libscrypt.dylib'
exclude 'lib/x86_64/freebsd/libscrypt.so'
exclude 'lib/x86_64/linux/libscrypt.so'
}

@zakaio That threw another error after making the suggested change.

Unrecognized native architecture for directory 'lib/arm64'.

Its interesting that I can easily create APK and get this error on creating AAB only

any solution for this problem