I'm installing .apk on Android, but it's a timeout error

Asked 1 years ago, Updated 1 years ago, 135 views

Debugging with Samsung Galaxy S

Failed to install *.apk on device *:

timeout Launch canceled!

I get this error.

link Even if you look at this article and look at the logcat, they don't give you any information I tried Project->Clean in Eclipse I've rebooted the device and computer, moved the project folder directory, but it's still not working ㅠ<

It worked before.

android timeout apk install

2022-09-22 15:30

1 Answers

Change the ADB connection timeout. As far as I know, the default is 5000ms, but change it to 10000ms and try again If you use Eclipse, Window -> Preferences -> Android -> DDMS -> ADB Connection Timeout (ms) You can change it here.


2022-09-22 15:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.