vincenthsu / androidscreencast

Automatically exported from code.google.com/p/androidscreencast
0 stars 0 forks source link

Timeout getting device list #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On Windows XP launch stop the adb daemon with: adb kill-server
2. Launch androidscreencast.jnlp
3. Observe "Unable to launch the application" error

What is the expected output? What do you see instead?
Expect to see the application launch. An error is displayed instead.

What version of the product are you using? On what operating system?
Windows XP (sp3). jnlp was run from website Jan 15th, 2010

Please provide any additional information below.
Please see attached files.

Original issue reported on code.google.com by gbickf...@gmail.com on 15 Jan 2010 at 8:52

Attachments:

GoogleCodeExporter commented 9 years ago
increased timeout value. Thanks for your report

Original comment by thiel.al...@gmail.com on 26 Jan 2010 at 5:12

GoogleCodeExporter commented 9 years ago
This actually happens when the ADB server has not been started yet. To remedy 
the situation simple execute 
"adb start-server" or "adb shell" from the command line and then relaunch 
androidscreencast.jnlp

Original comment by gbickf...@gmail.com on 26 Jan 2010 at 5:24

GoogleCodeExporter commented 9 years ago
where do i input that command

Original comment by biggam...@gmail.com on 3 Aug 2010 at 10:00

GoogleCodeExporter commented 9 years ago
goto Android SDK Manager\tools 

hope this help.

Original comment by leejhn@gmail.com on 5 Dec 2011 at 1:59