14 lines
260 B
Markdown
14 lines
260 B
Markdown
# Android Studio
|
|
- https://developer.android.com/studio
|
|
- Disable AVD during installation
|
|
- Blank project
|
|
- Permit USB from Phone
|
|
|
|
# User env
|
|
`%LOCALAPPDATA%\Android\sdk\platform-tools`
|
|
|
|
```shell
|
|
>adb devices
|
|
List of devices attached
|
|
R3CW70RGJMW device
|
|
``` |