2013-06-30 127 views
24

我得到這個錯誤:的Android工作室路徑錯誤

Config path'C:\Program Files(x86)\Android\android-studio\config' is invalid. 
If you have modified the 'idea.config.path' property please make sure it is correct,  
otherwise please re-install the IDE. 

我甚至重新安裝IDE,但是,這是行不通的!

如何解決此錯誤?

+0

錯誤報告:[爲所有用戶安裝報告爲無效的配置文件](https://code.google.com/p/android/issues/detail?id=61067) –

回答

3

取消對idea.config.path和什麼都在C可用的選項:\程序文件(x86)\ Android的\ Android的工作室\ BIN \ idea.properties文件

+0

什麼?您能否詳細說明? –

36

打開此文件C :\ Program Files(x86)\ Android \ android-studio \ 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 
....etc 

從這些具體的選項中刪除#符號,並將其保存。

#--------------------------------------------------------------------- 
# 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 
....etc 

重新啓動android-stuido。

+0

爲我工作=) –

+0

也適合我,thanx很多 – Zahary

20

以管理員身份運行。 \ config和\ system的默認位置在c:\ Program Files下,Windows不會讓公共軟件寫入。 Karu的解決方案將\ config和\ system文件夾移動到當前用戶目錄,這是一個公平的遊戲。

+1

非常感謝這個簡單的解決方案! –

+0

這必須標記爲正確答案! –

1

只要運行Android Studio中以管理員身份.......

+0

已標記爲'低質量'。你能詳細說明你的答案嗎?任何線索你有這個想法,信息?任何'錯誤報告'鏈接? –

+1

此外,另一個答案已經存在,說以管理員身份運行。如果你同意這個答案,最好是對它進行升級而不是創建一個新的答案。 –

+0

請檢查此答案。這是正確的。謝謝。 –

11

我儘量不運行軟件以管理員身份除非真的有必要在這種情況下它不是。

做的@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)

+0

適用於Android Studio 1.4。謝謝! – BArtWell

0

卸載Android的工作室仍然在一個項目加盟樂趣的一部分並使用默認設置重新安裝(僅針對當前用戶安裝)。

Android Studio只有一半功能,並且支持跨多個用戶共享安裝,這些功能仍在烤箱中。

注:將工作與多用戶安裝周圍another bug,你要「幫助」卸載程序通過手動刪除C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Android Studio。否則,重新安裝後,您將有兩組開始菜單圖標。

+0

除了重新安裝之外,沒有辦法嗎? –

-1

配置您的快捷方式(高級選項)以管理員身份始終運行,您將每次節省幾秒鐘。

0

只要運行它爲管理員

問題是關於爲我工作:)

+0

我想要訪問所有用戶。我能做什麼 ? –

+0

聽起來像是[現有的答案](https://stackoverflow.com/a/17949413)的重複。 – Pang

-1

我尋找不同的方式來解決與Android工作室這個問題的權限

,我已經找到了解決辦法。

我的問題是,Windows帳戶管理器鎖定我的配置文件夾做任何事,只是更改權限到該文件夾​​,它會工作

只是這樣做在您的個人資料文件夾,並選擇您的用戶

Just do this in your profile folder and select your user

之後,運行Android Studio,瞧!希望這個幫助!

3

我有這個問題,只需等待5分鐘,它就會正常啓動。

+0

5分鐘後我纔開始。 –

+0

實際上它工作:) –

2

我有這個問題,我的問題的原因是我的硬盤已經用完了可用空間(安裝新的android版本已經填滿了我的硬盤,沒有我知道:))。清理困難,並獲得一些免費空間解決我的問題

0

我的問題是,我的筆記本電腦存儲已滿,一旦空間被釋放,這個錯誤得到解決。

0

刪除臨時文件後,我解決了同樣的問題。

只要進入Run,輸入「%temp%」,回車並刪除Temp目錄下的所有文件。