Android app proof-of-concept #48

Merged
dsc merged 4 commits from :android into master 3 years ago
dsc commented 3 years ago
Owner

This PR contains an unfinished Android Wowlet app 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=6 --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
This PR contains an unfinished Android Wowlet app that will show: ![https://i.imgur.com/yhCsSgj.jpg](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: ```bash docker build --tag wowlet:android --build-arg THREADS=6 --file Dockerfile.android . ``` Building Wowlet for arm64-v8a: ```Bash docker run --rm -it -v $PWD:/wowlet -w /wowlet -e THREADS=6 wowlet:android ``` Installing the resulting `.apk` on your device: ```bash adb install build/Android/release/android-build//build/outputs/apk/debug/android-build-debug.apk ``` Viewing debug logs: ```bash 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: ```bash ./wowlet --android-debug ```
dsc added 4 commits 3 years ago
dsc force-pushed android from 47b52a18f7 to 8b5bdc4c6a 3 years ago
dsc merged commit 499ad4a3aa into master 3 years ago
The pull request has been merged as 499ad4a3aa.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wowlet/wowlet#48
Loading…
There is no content yet.