adb server is out of date. killing

I’m creating my first react-native project with this tutorial: http://facebook.github.io/react-native/

When it comes to executing code and running react-native run-android I am getting:

adb server is out of date.  killing...
* daemon started successfully *

And the app on the android device is obviously not working.

I’ve reinstalled the SDK, tried to adb kill-server and adb start-server, but nothing seems to work

I’m using Android 4.4 and Ubuntu 14.04

Leave a Comment