From aada5c12536e3bb29d322955fbd8d7a1c9508df4 Mon Sep 17 00:00:00 2001 From: jay817 Date: Fri, 31 Jan 2025 00:01:10 +0000 Subject: [PATCH] Add adb/README.md --- adb/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 adb/README.md diff --git a/adb/README.md b/adb/README.md new file mode 100644 index 0000000..fd65964 --- /dev/null +++ b/adb/README.md @@ -0,0 +1,12 @@ +# 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 +``` \ No newline at end of file