13
Some checks failed
Build Quartz Notes / build (push) Failing after 20s

This commit is contained in:
2026-07-13 09:16:09 +01:00
parent 9645ee23b0
commit 129ce1442b
336 changed files with 3812 additions and 579 deletions

16
Technical/Coding/Android app.md Executable file
View File

@@ -0,0 +1,16 @@
---
note type:
- note
- technical
date: 2026-06-17
done: true
---
## Running:
`./gradlew :app:installDebug
`./gradlew :app:assembleDebug
`
## Reverse
`adb reverse tcp:9010 tcp:9010`
- Without adb reverse: emulator usually uses http://10.0.2.2:9010/
- With adb reverse: emulator uses http://127.0.0.1:9010/