Monitor an error has occurred

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

When I connect my Android phone to my laptop this error appears when I want to open at the first connection the memory of the phone. Is for the first time when I experience such an error and I don’t have a solution for it. Please can anyone tell me what is this all about ? Should I be worried ?

Thanks !

Monitor

An error has occurred. See the log file

C:Program Files (x86)Androidandroid-sdktoolslibmonitor-x86configuration1372764607158.log.

OK

SHARE
Answered By 0 points N/A #177217

Monitor an error has occurred

qa-featured

This error occurs when the user account name has an empty space in it, such as "New User". The Android Monitor cannot properly handle such cases and crashes. To fix this, you will do the following:

1. Start the Command Prompt with elevated privileges by clicking "Start", point to "All programs" and then point to "Accessories". Right click the "Command prompt" icon and select "Run as administrator" from the context menu.

2. When asked to confirm your choice, do so.

3. Type in the following (press Enter after each line)

 cd C:Users

 mklink /d "Test%20User" "Test User"

4. Close the Command Prompt.

Monitor should now no longer crash when you connect your Android phone to your laptop.

Alternatively, you can change your account name through the Control Panel.

Related Questions