Android SDK location should not contain whitespace, as this cause problems with NDK tools

As the warning message states, the SDK location should not contain whitespace. Your SDK is at C:\Users\Giacomo B\AppData\Local\Android\sdk. There is a whitespace character in Giacomo B. The easiest solution is to move the SDK somewhere else, where there is no space or other whitespace character in the path, such as C:\Android\sdk. You can point both Android Studio installations … Read more

Getting warning “NDK is missing a ‘platforms” directory.’ with no NDK

Please refer to these two links: How to fix android studios 2.3 NDK bug? https://github.com/requery/requery/issues/467 This is caused by upgrading to Android gradle plugin 2.3 (com.android.tools.build:gradle:2.3.0). In previous versions of the plugin the databinding package name (where the BR file is generated) was provided on an annotation in a generate file. In the new version … Read more

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: 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