This commit is contained in:
16
Technical/Coding/Android app.md
Executable file
16
Technical/Coding/Android app.md
Executable 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/
|
||||
Reference in New Issue
Block a user