Please ensure that adb is correctly located 问题的解决

问题出在android sdk包中的tools路径配置不正确

解决的办法是,在环境变量中,检查path路径中tools路径。
查找过程中发现,path路径的最前面,多加了一个;,导致查找路径不正确。

你可能感兴趣的:(Please ensure that adb is correctly located 问题的解决)