wg / scrypt

Java implementation of scrypt
Apache License 2.0
429 stars 145 forks source link

android libscrypt.dylib #50

Open githubityu opened 6 years ago

githubityu commented 6 years ago

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 commented 5 years ago

have your found any solution?

zakaio commented 5 years ago

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 commented 5 years ago

@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 commented 4 years ago

any solution for this problem