kriptonhaz
Results
2
comments of
kriptonhaz
do you start this project from CRA template? if so I encounter this problem too, but if I clone the repo with the version react nodegui 0.10.2 everything seems to...
> I found a solution, inside `android/app/build.gradle` just add this: > > ``` > android { > ... > packagingOptions { > pickFirst 'lib/x86/libcrypto.so' > pickFirst 'lib/x86_64/libcrypto.so' > pickFirst 'lib/armeabi-v7a/libcrypto.so'...