Tom
Tom

Reputation: 3627

Android Studio - ADB is not responding

I just installed Android Studio, and it seems to import and convert my projects well.

However, whenever I try to run a project, I get the error back that adb is not responding and I should kill it. This is the case even afer a fresh computer restart.

I can launch: Tool - Android - AVD manager

Could it be a 32bit versus 64bit issue? Or something odd like that? Seeing a complete restart did not solve the problem, I am not sure how to solve this. I also can not see adb running in Windows task manager nor in Windows services.

Upvotes: 0

Views: 364

Answers (1)

Omatt
Omatt

Reputation: 10443

If you're running a 64-bit OS, Android Studio will prompt you to use its 64-bit version. You'll also be needing to install a 64-bit JDK. If you're using an Android SDK bundle from Eclipse, it's best to update your SDK library.

Upvotes: 1

Related Questions