我儘量不運行軟件以管理員身份除非真的有必要在這種情況下它不是。
做的@karu說,但繼續前進,並取消在idea.properties前4路文件來阻止下一個錯誤,你會得到關於無效的系統路徑等等...
C:\ Program Files文件(x86)的\ Android的\ Android的工作室\ BIN \ idea.properties
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.config.path=${user.home}/.AndroidStudioPreview/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.system.path=${user.home}/.AndroidStudioPreview/system
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.plugins.path=${user.home}/.AndroidStudioPreview/config/plugins
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.log.path=${user.home}/.AndroidStudioPreview/system/log
保存此文件並重新啓動的Android Studio和你應該沒有更多的錯誤。
注:我想他們會解決在將來的版本這個問題,但是這是你得到的測試版(目前V0.2)
錯誤報告:[爲所有用戶安裝報告爲無效的配置文件](https://code.google.com/p/android/issues/detail?id=61067) –