Android的工作室路径错误 [英] Android studio path error

查看:187
本文介绍了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,但是,这是行不通的!

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

如何解决这个问题?

推荐答案

打开此文件C:\\ Program Files文件(x86)的\\ Android的\\ Android的工作室\\ 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的工作室路径错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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