Reading QR Code with Kotlin Mobile App #4409
Replies: 4 comments 2 replies
|
Hey, this seems like it is very far away from iroh. You should start with figuring out the reason your app crashes, try create backtraces or some other stack dump at the time of the crash. Then narrow down where it goes wrong. If it does originate somewhere in iroh than come back with the backtrace and debug logging to see if it can be narrowed down wrt to iroh. |
|
no worries. your suggestions helped a bit: |
|
still struggling to get my app to load libiroh_ffi.so and iroh_ffi. tried the hello-iroh-ffi sample and that fails with another issue around unable to load computer.iroh.dot |
|
turned out I had to manually build the .so libraries and do so on a linux/mac device. Because I am running on Windows, had to do the compile on Ubuntu on WSL: cargo ndk -o kotlin/android/src/main/jniLibs |
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
Not sure if this is the right place for this but having an issue reading QR code with a test Kotlin app to get the nodeid and some nonce and then connect to backend Iroh node. Wondering if anyone has any samples of this. My app just crashes when I scan or add info manually. Thanks.
All reactions