You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wowlet/src/mobile/README.md

949 B

Wowlet Mobile (Android)

This directory contains an unfinished QML application that will show:

https://i.imgur.com/yhCsSgj.jpg

Building

Credits go to Monero GUI team for providing the initial work on Qt5+Android.

Build a Docker image:

docker build --tag wowlet:android --build-arg THREADS=14 --file Dockerfile.android .

Building Wowlet for arm64-v8a:

docker run --rm -it -v $PWD:/wowlet -w /wowlet -e THREADS=6 wowlet:android

Installing the resulting .apk on your device:

adb install build/Android/release/android-build//build/outputs/apk/debug/android-build-debug.apk

Viewing debug logs:

adb logcat | grep --line-buffered "D wowlet"

Development

To show this on desktop, you will need the following CMake definitions:

-DANDROID_DEBUG=ON -DWITH_SCANNER=ON

Start wowlet with the --android-debug flag:

./wowlet --android-debug