Files
darkfi/bin/darkwallet
..
2024-09-27 21:27:15 +02:00
2024-09-03 10:07:02 +02:00
2024-10-01 12:34:06 +02:00
2024-12-20 11:05:52 +01:00
2024-12-20 11:05:52 +01:00

Linux

make

Android

Make sure you have podman installed. Then run:

# You only need to build the container once
podman build -t apk .

make android

To debug any issues, you can enter an interactive terminal using make cli.

To delete everything, run podman system reset.

Useful Dev Commands

This is just devs.

Debugging Missing Symbols

"hb_ft_font_create_referenced"

nm libharfbuzz_rs-5d6b743170eb0207.rlib | grep hb_ | less

Resolve Dependency Issues

cargo tree --target aarch64-linux-android --invert openssl-sys

Examine the APK

apktool d target/android-artifacts/release/apk/darkwallet.apk -o dw-apk