Android Eclipse Creating .android folder on Wrong Drive -


i have ssd c: operating system on etc. large e: of programs/storage on it. first installed eclipse on e: came across lot of problems due eclipse wanting in c: default ".android" folder. after searching site used workaround fix these problems such worked:

mklink /j "c:\users\john doe.android" "e:\john doe.android"

i getting different errors have decided start scratch in c: not have more problems down line. have deleted e: stuff , lives on c:

when start eclipse still creates .android folder on e: , not in c: should be. link created above? have unlink somehow now. deleted folder keeps creating again. thought seeing eclipse files located on c: create .android folder on c: also.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -