scrypt icon indicating copy to clipboard operation
scrypt copied to clipboard

android libscrypt.dylib

Open githubityu opened this issue 6 years ago • 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'.

githubityu avatar Oct 25 '18 03:10 githubityu

have your found any solution?

vaishalionekosmos avatar Jun 22 '19 09:06 vaishalionekosmos

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 avatar Jul 01 '19 21:07 zakaio

@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

harishvishwakarma avatar Aug 09 '19 10:08 harishvishwakarma

any solution for this problem

rahilkalia avatar Feb 04 '20 16:02 rahilkalia