You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull down the bdk-rn-app code using git clone https://github.com/LtbLightning/bdk-rn-app.git (this is at the commit: 26abfc6)
Update package.json to use "bdk-rn": "git+https://github.com/LtbLightning/bdk-rn.git"
Perform yarn install and yarn run android.
Wait for the app to launch
Click Create new wallet (app will show the seed and a Go to Wallet option).
Go to the wallet
Expected: Balance should be shown
Actual:
adb logcat shows:
java.lang.Class<io.ltbl.bdkrn.BdkFunctions>: java.lang.UnsatisfiedLinkError: Unable to load library 'bdkffi':
08-29 19:34:26.822 14298 14352 I com.bdkdemo: dlopen failed: library "libbdkffi.so" not found
08-29 19:34:26.822 14298 14352 I com.bdkdemo: dlopen failed: library "libbdkffi.so" not found
08-29 19:34:26.823 14298 14352 I com.bdkdemo: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.bdkdemo-8QFTQoqpZx44CvNtc67ePg==/base.apk"],nativeLibraryDirectories=[/data/app/com.bdkdemo-8QFTQoqpZx44CvNtc67ePg==/lib/x86, /data/app/com.bdkdemo-8QFTQoqpZx44CvNtc67ePg==/base.apk!/lib/x86, /system/lib, /system/product/lib]]] couldn't find "libbdkffi.so"
08-29 19:34:26.823 14298 14352 I com.bdkdemo: Native library (android-x86/libbdkffi.so) not found in resource path (.)
08-29 19:34:26.823 14298 14352 I com.bdkdemo: (Throwable with no stack trace)
08-29 19:34:26.823 14298 14352 I com.bdkdemo:
Other details:
Steps performed on Mac OS Catalina 10.15.7
Steps to reproduce:
git clone https://github.com/LtbLightning/bdk-rn-app.git
(this is at the commit: 26abfc6)"bdk-rn": "git+https://github.com/LtbLightning/bdk-rn.git"
yarn install
andyarn run android
.Expected: Balance should be shown
Actual:
adb logcat shows:
Other details:
Steps performed on Mac OS Catalina 10.15.7
The text was updated successfully, but these errors were encountered: