4.1.3 버전 바이너리를 실행하기 전에 %IDE_PATH%\bin\idea.properties파일을 열어 아래 라인들의 주석을 제거합니다.
(#삭제)
idea.config.path=${user.home}/.AndroidStudio/config
idea.system.path=${user.home}/.AndroidStudio/system
idea.plugins.path=${idea.config.path}/plugins
idea.log.path=${idea.system.path}/log
여기서 별도로 수정이 필요한 라인은 idea.config.path와 idea.system.path로 이 두 Path를 본인이 원하는 곳으로 변경을 해줍니다.
아래의 idea.plugins.path나 idea.log.path는 별도로 손댈 필요는 없습니다. 주석 제거만 해주세요.
제 경우는 다음과 같이 설정하였습니다. (4.1.3을 붙여줌)
idea.config.path=${user.home}/.AndroidStudio4.1.3/config
idea.system.path=${user.home}/.AndroidStudio4.1.3/system
# idea.plugins.path=${idea.config.path}/plugins -> 원래는 이렇게 되어있는데 이 경우 플러그인 설치가 안됨
idea.plugins.path=${idea.system.path}/plugins
idea.log.path=${idea.system.path}/log
2020-04-13 추가
위와 같이 설정할 경우 플러그인이 설치가 안되는 현상이 있습니다. idea.plugins.path=${idea.system.path}/plugings로 해주어야 정상적으로 플러그인이 설치됩니다. (idea.config.path가 아님)이 부분 참고 부탁드립니다~
설정 파일 저장 후 4.1.3을 실행하여 초기 설정을 마치면 IDE 설정파일이 C:\Users\%사용자%\.Android4.1.3과 C:\Users\%사용자%\.Android3.2에 별도로 저장되어 있음을 확인할 수 있습니다.
원본출처 : https://oysu.tistory.com/78