Android studio 路径错误 [英] Android studio path error

查看:38
本文介绍了Android studio 路径错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到此错误:

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,但是,它不起作用!

I even re-installed the IDE, however, it doesn't work!

如何解决这个错误?

推荐答案

打开这个文件 C:\Program Files (x86)\Android\android-studio\bin\idea.properties.

Open this file 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

从这些特定选项中删除 # 符号并保存.

remove the # sign from those specific options and save it.

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

restart the android-stuido again.

这篇关于Android studio 路径错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆