简体   繁体   中英

ADB doesn't start

I downloaded Android SDK with Android Studio but ADB commands do not work at all.

I added %ANDROID_HOME%\platform-tools to PATH but it doesn't help.

When I type adb start-server adb.exe appears in task manager for a second then crashes.

在此处输入图像描述
I tried this >set ADB_TRACE=1 and reinstalling but it didn't help.

Install log with error -1073741819
在此处输入图像描述
it's driving me crazy
Can someone help?

Have you tried this?

type:

echo export "PATH=~/Library/Android/sdk/platform-tools:$PATH" >> ~/.bash_profile

then close the terminal and reopen it

You can Update your SDK with latest version.

Please try to uninstall & again re-install it.

Hope this will solve your problem !!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM