-2

I recently have installed Android SDK in Linux Mint 32-bit. After that I also installed ADT plugin in Eclipse and Android SDK packages. Everything was fine, but when I completed my Android project and tried to run it on my AVD, then it was showing this error: "The connection to ADB is down". I tried almost everything to solve this. When I tried to run ADB from the terminal, it showed error that "Exec format error". I also updated my platform tools, but this problem is still present. Error looks like this picture:

Alex P.
  • 30,437
  • 17
  • 118
  • 169

1 Answers1

0

I've already an answer to your issue. Check it out:

for 32bit users... Don't update "plateform-tools" to version 23.1.

foremost version you can use is 23.0.1 which you can download here

If you are on 64bit machine and having trouble using the latest version of the plateform-tools.. check instructions here.

thanks for the working link- @Tyler

FROM: android studio adb Syntax error: ")" unexpected

Check also: Unable to create Debug Bridge Unable to detect adb version. Syntax error: ")" Upgrading Platform-tools 23.0.1 to 23.1.0 Linux-32 bit causes Issue

Hope it help

Community
  • 1
  • 1
piotrek1543
  • 19,130
  • 7
  • 81
  • 94
  • please mark it as answer to help others with the same problem. Posts without marked answer on SO may be missed or deleted – piotrek1543 Jan 09 '16 at 06:01