The android development environment encountered problem analysis and resolution that adt could not start

  • 2020-05-09 19:17:55
  • OfStack

When I started researching android development, I had problems building the development environment... As expected is a good thing
Installed jdk, configured environment variables, installed the full version of adt, created the helloworld program, and reported an error on startup
"Please ensure that adb is is located located at D:\ adt-bundle-windows-x86_64 \sdk\ platform-tools \ adb. exe' and can be executed."

I have searched a lot of information on the Internet and asked a lot of people in the group. They all said that there was something wrong with the configuration environment, adt.exe could not be started. But in the task manager, you can see adt.exe is running. It took me a whole day to get off work and find that the adt in the task manager was under the installation path of thunderbolt. The original installation of the latest version of thunderbolt will be installed by default a thing called thunderbolt mobile phone channel, the system will start adt.exe default. I can't find a place to unload.
Uninstall thunderbolt, rerun the program through...

Related articles: