SoFunction
Updated on 2025-03-03

Analysis and solution to the problem of adt not being started in Android development environment

I started to study android development and had problems when I built a development environment... It turns out that good things are a lot of trouble~
Install jdk, configure environment variables, install the full version of adt, create helloworld program, and an error is reported when starting
“Please ensure that adb is correctly located at 'D:\adt-bundle-windows-x86_64\sdk\platform-tools\' and can be executed.”

I checked a lot of information online and asked many people in the group, and they all said that there was a problem with the configuration environment and it could not be started. Some people also asked if there was a problem with the pea pod installed. I have never installed pea pod installed. But in the task manager, I clearly saw that it was running. After a whole day of hard get off work, I found out that the path in the task manager is actually below the installation path of Thunder, second! It turns out that if you install the latest version of Thunder, you will be installed by default with something called Thunder mobile phone channel, and the system will start by default. There is no place to uninstall yet.
Uninstall Thunder, re-run the program, and pass...