1: Prepare the latest blue stack simulator
Download address: https://www.bluestacks.cn/Copy the code
2: Install Java JDK 1.8
3: install android environment download AndroidStudio, the default will come with android environment
Configure the relevant environment variables: %ANDROID_HOME%\platform-tools %ANDROID_HOME%\emulator %ANDROID_HOME%\tools %ANDROID_HOME%\tools %Copy the code
4: Test the ADB environment
Type ADB on the command lineCopy the code
5: Connect to the simulator
The adb connect 127.0.0.1:5555Copy the code
6: Check whether adb Devices are connected