
go back to android studio and from where you left off navigate to sdk tools (this should be right under android sdk location) In Android Studio, Click on Tools on the top tab bar of android studio.Tools > Android > SDK Manager > Launch Standalone Sdk manager. there you can clearly see which platform tool is missing, then just install that and your adb will start working properly. uncheck android sdk platform-tools and select ok.įully install at-least one Api package (Android Api 23 or 24).

Before starting Android Studio, run the following on the command line: IBUSENABLESYNCMODE1 ibus-daemon -xrd Workaround 2: Disable iBus input in Android Studio.To disable iBus input for Android Studio only, run the. (this will uninstall the platform tools from your ide) wait till it is done and then your gradle will sync.

If you are still having problems, you may need to set the Project SDK. I hope this saves someone some hours of pain.
