How to configure the adb environment variables of android in the Android adb driver - How to configure the adb environment variables

Time: 2022-08-22Source: Huajun Software TutorialAuthor: Qingchen

Many people don’t know how to configure the adb environment variables of android with the Android adb driver? The article brought to you today is how to configure the adb environment variables of android with the Android adb driver. If you still don’t know, let’s learn it with the editor.

Step 1: My Computer---Control Panel---Advanced System Settings.


Step 2: Click [Advanced System Settings] to bring up the system properties pop-up box.


Step 3: Click [Environment Variables], the environment variable pop-up box will pop up, create a new system variable, and name it Android ;The variable value is the directory where the adb program is located (D:adt-bundle-windows-x86_64-20140702sdkplatform-tools;).


Step 4: Find PATH in the system variable, edit it, and add: %Android% to the variable value of Path

My new attempt is divided into two steps:

​​ ​Step1: Add an English semicolon;

Step2: Paste the copied Android variable value after the semicolon


Step 5: Confirm.

Step 6: Verify whether the setting is successful: win+R, enter the command line, cmd, and press Enter. Enter adb.


The above is the entire content of how to configure the adb environment variables of android in the Android adb driver brought to you by the editor. I hope it can help you.

Related articles更多>>

Popular recommendations