I encountered the problem on a device updated to Android 8 Oreo, and fixed 
by this solutions seemingly.


On Thursday, November 5, 2015 at 2:38:18 PM UTC+8, Rodrigo Acosta wrote:
>
> I solved it by adding the exclusion this way in the build.gradle file of 
> the Android project. 
> I hope this is still needed!
>
> packagingOptions {
> exclude 'lib/x86_64/darwin/libscrypt.dylib'
> exclude 'lib/x86_64/freebsd/libscrypt.so'
> exclude 'lib/x86_64/linux/libscrypt.so'
> } 
> El lunes, 16 de febrero de 2015, 19:20:30 (UTC-3), Daniel Middlecote 
> escribió:
>>
>> Hello,
>>
>> I am trying to write an app on Android that is using Bitcoinj.
>>
>> I have set up the build.grade so that the bitcoinj library is downloaded.
>>
>> However, when I try to run the app on my phone/on the emulator, I get the 
>> following error:
>> " Failure [INSTALL_FAILED_NO_MATCHING_ABIS] "
>>
>> I was wondering whether anyone had any solutions to this?
>>
>> Many thanks,
>>
>> Dan.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to