我收到了这个错误:
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 :(得分: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。
答案 1 :(得分:20)
以管理员身份运行。 \ config和\ system的默认位置在c:\ Program Files下,Windows不允许常用软件写入。 Karu的解决方案将\ config和\ system文件夹移动到当前用户目录,这是更公平的游戏。
答案 2 :(得分:11)
我尽量不以管理员身份运行软件,除非它确实是必要的,在这种情况下它不是。
按照@karu的说法进行操作,但请继续取消注释 idea.properties 文件中的前4个路径,以停止下一个有关无效系统路径的错误,依此类推。
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
#---------------------------------------------------------------------
# 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,您应该没有更多错误。
注意:我想他们将在未来的版本中解决这个问题,但这是加入一个仍处于Beta(目前为v0.2)
答案 3 :(得分:4)
取消注释 idea.config.path 以及C:\ Program Files(x86)\ Android \ android-studio \ bin \ idea.properties文件中可用的选项
答案 4 :(得分:4)
我遇到了这个问题,只需等待5分钟,它就会正常启动。
答案 5 :(得分:3)
我有这个问题,我的问题的原因是我的硬盘已用完了可用空间(安装新的Android版本已经填满了我的硬盘而我不知道:))。清理困难并获得一些可用空间解决了我的问题
答案 6 :(得分:2)
我的问题是我的笔记本电脑存储空间已满,一旦空间被释放,这个错误就解决了。
答案 7 :(得分:1)
以管理员身份运行Android Studio .......
答案 8 :(得分:0)
卸载Android Studio并使用默认设置重新安装(仅为当前用户安装)。
Android Studio只有一半,并且支持在多个用户之间共享安装,这些功能仍然在烤箱中。
注意:要使用多用户安装解决another bug,您必须通过手动删除C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Android Studio
来“帮助”卸载程序。否则,重新安装后,您将拥有两组“开始”菜单图标。
答案 9 :(得分:0)
只需以管理员身份运行
问题是关于权限
为我工作:)
答案 10 :(得分:0)
删除临时文件后,我解决了同样的问题。
只需转到“运行”,键入"%temp%",按Enter键,然后删除Temp目录下的所有文件。
答案 11 :(得分:-1)
将您的快捷方式(高级选项)配置为始终以管理员身份运行,每次都会节省几秒钟。
答案 12 :(得分:-1)
我搜索了解决android studio问题的不同方法,我找到了解决方案。
我的问题是Windows帐户管理器锁定了我的个人资料文件夹以执行任何操作,只需更改该文件夹的权限即可使用
只需在个人资料文件夹中执行此操作,然后选择您的用户
在此之后,运行Android Studio,瞧!希望这有帮助!