Android Studio 安装后首次启动的 Config path ...... is invalid 问题(转)

 

  原文链接:http://m.blog.csdn.net/blog/hnust_xiehonghao/46127775

 

1. 问题描述:

     安装好Android Studio后,启动时弹出如下信息:

      Config path ‘C:\Users\Administrator\.AndroidStudio1.5\config’ is invalid.
If you have modified the ‘idea.config.path’ property please make sure it is correct,
otherwise please re-install the IDE

 

2.原因分析:

 

     程序无权限访问这个目录或者这个目录不存在!

 

3.解决方法:

        打开 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}/.AndroidStudio1.5/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}/.AndroidStudio1.5/system

....etc

     C盘新建一个目录android_studio_data, 然后把${user.home} 换成C:\android_studio_data, 然后所在行的idea前的#去掉(如果没有以上内容,直接添加以下内容,路径可自行设置

添加或修改如下:

#---------------------------------------------------------------------

# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.

#---------------------------------------------------------------------

idea.config.path=C:/android_studio_data/.AndroidStudio1.5/config

#---------------------------------------------------------------------

# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.

#---------------------------------------------------------------------

idea.system.path=C:/android_studio_data/.AndroidStudio1.5w/system



 

posted @   (•̀ω•́)y  阅读(5293)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· 展开说说关于C#中ORM框架的用法!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
点击右上角即可分享
微信分享提示