Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

android libscrypt.dylib #50

Open
githubityu opened this issue Oct 25, 2018 · 4 comments
Open

android libscrypt.dylib #50

githubityu opened this issue Oct 25, 2018 · 4 comments

Comments

@githubityu
Copy link

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'.

@vaishalionekosmos
Copy link

have your found any solution?

@zakaio
Copy link

zakaio commented Jul 1, 2019

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'
}

@harishvishwakarma
Copy link

@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

@rahilkalia
Copy link

any solution for this problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants