question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

reactive run-android failed "could not install *smartsocket* listener: Address already in use"

See original GitHub issue
:app:assembleDebug UP-TO-DATE
:app:installDebug
05:53:18 E/adb: error: could not install *smartsocket* listener: Address already in use
05:53:18 E/adb: ADB server didn't ACK
05:53:18 E/adb: * failed to start daemon *
05:53:18 E/adb: error: cannot connect to daemon
05:53:18 E/ddms: '/Users/bjhl/Library/Android/sdk/platform-tools/adb,start-server' failed -- run manually if necessary
:app:installDebug FAILED

the simulator i used is genymotion

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:29

github_iconTop GitHub Comments

55reactions
wikieswancommented, Nov 15, 2017

the adb version on your system is different from the adb version on the android sdk platform-tools link it works for me

1 check sys adb version

# adb version
Android Debug Bridge version 1.0.39

2 check sdk adb version

# cd /Users/wan-mac/Library/Android/sdk/platform-tools
# ./adb version
Android Debug Bridge version 1.0.32

3 copy

# sudo cp /Users/wan-mac/Library/Android/sdk/platform-tools/adb /usr/local/bin

that’s all

8reactions
daveamolcommented, Apr 6, 2017

I had the same issue and just did

ps -ef | grep 5037
505 11809     1   0  4:44PM ??         0:07.17 adb -P 5037 fork-server server --reply-fd 4

Got another adb process already running but not sure why it was started

Just did a kill -9 11809 and started adb server and its working fine now

Read more comments on GitHub >

github_iconTop Results From Across the Web

could not install smartsocket listener: Address already in use
This article is about error message: “error: could not install smartsocket listener: Address already in use”.
Read more >
Android - could not install *smartsocket* listener - Stack Overflow
When I try run my Android application I get this exception: Error while waiting for device: java.
Read more >
reactive run-android failed "could not install ... - Desarrollolibre
reactive run-android failed "could not install *smartsocket* listener: Address already in use" en MacOS. 22-09-2021 - Andrés Cruz.
Read more >
Expo ADB server didn't ack error. So I was ... - Ricky H. Putra
error : could not install *smartsocket* listener: Address already in use. ADB server didn't ACK * failed to start daemon *
Read more >
syumai on Twitter: "Genymotion上のAndroidでExpo動かそうと ...
reactive run-android failed "could not install *smartsocket* listener: Address already in use" ·... :app:assembleDebug UP-TO-DATE :app:installDebug 05:53:18 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found