19 September 2022 - 16:04



Figure 2: Finish the Android system image process. If your physical device with developer options is connected you will get message like adb.exe: more than one device/emulator in this case you can use command 'adb -e shell Updated version here: You might want to close Android Studio now, as the system image was already created. Now you can use adb shell to open device shell window. C:\android\sdk\platform-tools Once avd is created and is running Open terminal anywhere > in android studio or from start menu. Locate the SDK platform tools folder (e.g. It's possible to add to PATH in Windows and use Terminal inside Android Studio only by command: adb shell and after use su get root shell.
