2

I'm having this problem: adb server version (32) doesn't match this client (36), when running the command react-native run-android in an android emulator (Nexus 5). Everything was fine before i updated android version (SDK, build tools , everything) to 7.0, to run the newest version of RN 0.32. Before i had an idle project in 0.25 and was working fine as i said.

I had ganymotion installed, followed the others solutions relationed to genymotion and did not worked. Now i fully removed genymotion and reinstaled everything in android 7.0. Still the same problem.

I saw some fixes to install ADB 1.0.36 in windows. I cant update my abd (which is version 1.0.32 right now) further on my ubuntu.

What else can i try?

Thanks very much.

Cadoiz
  • 1,446
  • 21
  • 31
Pedro Campolina
  • 31
  • 1
  • 1
  • 5
  • why do you think you can't update? – Alex P. Sep 08 '16 at 15:03
  • I do find how to upate to 1.0.36 in windows, but not in ubuntu. Its keeps saying that its up to date in version 1.0.32. Maybe i dont know how to update it properly or i'm doing bad searches :/ – Pedro Campolina Sep 08 '16 at 23:38
  • Do not use ubuntu repository. It's always outdated. Install `platform-tools` package from Android SDK instead – Alex P. Sep 09 '16 at 02:57
  • Yeah i tried that too.. unistalled the adb from ubuntu repository and reinstalled platform-tools from A-SDK, installed both, nothing seems to put it 1.0.36. What am i doing wrong? Thanks for answering too. – Pedro Campolina Sep 09 '16 at 16:28
  • updating `platform-tools` from Android SDK is just the first step – Alex P. Sep 10 '16 at 00:38
  • I added my answer to another *adb version mismatch* question here http://stackoverflow.com/q/36731277/1778421 – Alex P. Sep 10 '16 at 01:03
  • face the same issue with device . you got the solution ? – h_patel Nov 14 '16 at 11:55
  • I've overcome the same issue by this way: http://stackoverflow.com/a/40991118/3765109 – efkan Dec 06 '16 at 08:50

1 Answers1

11

I saw an answer here somewhere and the solution was to go to Genymotion settings, go to the ADB tab. Select custom Android SDK Tools, then point to your sdk.

Lendl Leyba
  • 2,287
  • 3
  • 34
  • 49