Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Emulator (Can't bind to local 8601 for debugger)
    primarykey
    data
    text
    <p>I have Windows 8, JDK 7 (7u9) and all SDK for Android. When I try to launch Android Emulator, I have the following messages on DDMS console:</p> <pre><code>[2012-11-17 12:34:32 - ddms] Can't bind to local 8601 for debugger [2012-11-17 12:34:39 - ddms] Can't bind to local 8606 for debugger [2012-11-17 12:34:40 - ddms] Can't bind to local 8613 for debugger [2012-11-17 12:34:40 - ddms] Can't bind to local 8619 for debugger [2012-11-17 12:34:40 - ddms] Can't bind to local 8632 for debugger [2012-11-17 12:34:40 - ddms] Can't bind to local 8635 for debugger [2012-11-17 12:34:42 - ddms] Can't bind to local 8606 for debugger [2012-11-17 12:34:44 - ddms] Can't bind to local 8638 for debugger [2012-11-17 12:34:48 - ddms] Can't bind to local 8641 for debugger </code></pre> <p>My AVD has Google APIs (10) as target, and my project it's a simple project to test google maps. It has Google APIs [Android 2.3.3] as project build target.</p> <p>Looking for a solution in StackOverflow I found this answer: <a href="https://stackoverflow.com/questions/2937532/should-i-worry-about-ddms-console-log-messages-cant-bind-to-local-nnnn-for-deb">Should I worry about DDMS console log messages &quot;Can&#39;t bind to local nnnn for debugger&quot;?</a></p> <p>I did it, but i continue to have this "problem". How can i solve it?</p> <p>EDIT</p> <p>[SOLVED] Another important thing: I need to take the key from google to use its maps, but when I insert the fingerprinter and try to generate the key, google doesn't give me it. How can I solve this other problem? maybe it is connected to the first one?</p> <p>This problem is caused by JDK 7, the correct command to obtain MD5 finger printer is:</p> <p>keytool -keystore <strong>-v</strong> C:\Users\USER_NAME.android\debug.keystore -list</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload