From 466d03a38cb01e9ff9a2d11be113a81c2bdce34a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 25 Jan 2024 20:40:16 +0100 Subject: initial commit --- mobile/Justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mobile/Justfile (limited to 'mobile/Justfile') diff --git a/mobile/Justfile b/mobile/Justfile new file mode 100644 index 0000000..12e1e10 --- /dev/null +++ b/mobile/Justfile @@ -0,0 +1,5 @@ +android_log: + adb logcat --pid=$(adb shell pidof -s org.nativescript.exampleapp) + +android_avd: + avdmanager create avd -n ImageSync -k "system-images;android-33;google_apis_playstore;x86_64" -- cgit v1.2.3