cake_wallet/scripts/android/build_mwebd.sh

6 lines
232 B
Bash
Raw Normal View History

2024-06-08 12:26:48 +00:00
git clone https://github.com/ltcmweb/mwebd
cd mwebd
go install github.com/ltcmweb/mwebd/cmd/mwebd@latest
2024-06-08 13:00:26 +00:00
gomobile bind -target=android -androidapi 21 github.com/ltcmweb/mwebd
2024-06-08 12:26:48 +00:00
mkdir -p ../../../cw_mweb/android/libs/
mv ./mwebd.aar $_