0

When I try to start my emulator I receive the following:

20:09   adb server version (32) doesn't match this client (39); killing...

20:09   could not read ok from ADB Server

20:09   * failed to start daemon

20:09   error: cannot connect to daemon

20:09   'C:\Users\10349\AppData\Local\Android\Sdk\platform-tools\adb.exe start-server' failed -- run manually if necessary

What was the problem? and how may I solve this problem?

Bharat Mane
  • 6,775
  • 10
  • 40
  • 67
lijiahe
  • 1
  • 1

1 Answers1

0

You need to update your android SDK installed within android studio to match the client device version.

https://developer.android.com/studio/intro/update

Amias
  • 1,202
  • 7
  • 14