ADB in android studio keeps showing same error mes

2019-07-26 07:28发布

My ADB install does not work, it does not start or show any info. I keep getting the same error message over and over again:

18:14   Unable to run 'adb': null

18:14   '/Users/jorandob/Library/Android/sdk/platform-tools/adb start-server' failed -- run manually if necessary

If I try to start ADB manually it just doesn't show anything.

I tried so far:

  • Restart server
  • Reinstall ADB
  • Reinstall Android Studio

I'm on mac os X 10.11.6 and not using any special emulator. If its helpful information, I'm using ionic.

Terminal ADB:

Jorans-iMac:~ jorandob$ adb version Android Debug Bridge version 1.0.36 Revision 0e9850346394-android

标签: android adb
1条回答
Anthone
2楼-- · 2019-07-26 07:52

I finally resolved my issue, it occurs if you run java and ADB at the same time.

to fix it stop all java processes in the activity monitor.

查看更多
登录 后发表回答