0

I have the same problem like Fabio in this post. Unfortunately I can't add answer. I know that problem can be connected with white space in my user name. Can I change path from "c:\users\forename surname...", to "c:\users\forenamesurname..." ?

Community
  • 1
  • 1
piotrbalut
  • 857
  • 1
  • 9
  • 21

2 Answers2

0

To change your username, I suggest creating a new user with the desired name. As far as dependencies are concerned, in case you used the Multi-Device Hybrid Apps installer for all your dependencies, here are the changes to be made:

  • Create a new user and login
  • Go to Control Panel -> Programs and Features
  • Uninstall Android SDK
  • Download the Android SDK again from here.
  • Install it choosing "Install for all users on this machine"
  • Install the following packages in the Android SDK manager:

enter image description here

  • Open your system Environment Settings:
  • Change the ADT_HOME to: "C:\Program Files (x86)\Android\android-sdk" (or if you chose a custom install directory)

Everything should run as expected now.

Priyank
  • 1,568
  • 10
  • 15
-1

Yes, renaming your profile folder should work. Be sure to update any environment variables and paths accordingly.

Ellen
  • 1,189
  • 7
  • 9
  • I fear that changes can damage something in my other installed applications. So, if I change environment variables with paths it should work properly ? Thanks – piotrbalut Oct 31 '14 at 20:19
  • Creating a new username and profile is indeed safer as it will not impact any other installed applications. – Ellen Nov 03 '14 at 06:48