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.