android - 将 Android Studio 0.6.1 迁移到 0.8 : [PATH] does not appear to be Android Studio config folder or installation home

标签 android android-studio

所以我正在尝试从上一个预览版本 0.6.1 迁移到新的测试版 0.8。我的\Program Files\Android\目录中有两个 Android Studio 目录,0.6.1:\android-studio\和新的\android-studio1\来自 0.8,因为您无法通过客户端从预览版升级到 beta。当从 0.8 启动 exe 并提示从“配置文件夹或以前版本 Android Studio 的安装主目录”导入以前版本的 AS 的设置时,我选择“C:\Program Files (x86)\Android\android- studio”,但它提示目录“似乎不是 Android Studio 配置文件夹或安装目录。”

由于它不喜欢我的安装主路径,AS 0.6.1 的设置配置文件夹在哪里?

编辑:我尝试了 C:\Program Files (x86)\Android\android-studio\sdk\tools\lib\monitor 文件夹中的配置文件夹,但它们也不起作用

最佳答案

Android Studio 基于 IntelliJ 并使用相同的配置文件夹。

在 Mac OS X 上,配置文件夹位于 ~/Library/Preferences/AndroidStudioPreview .

不确定是否适用于 Windows,但您可以查看 C:\Documents and Settings\<USER ACCOUNT NAME>\.AndroidStudioPreviewC:\Users\<USER ACCOUNT NAME>\.AndroidStudioPreview根据 http://devnet.jetbrains.com/docs/DOC-181 .

关于android - 将 Android Studio 0.6.1 迁移到 0.8 : [PATH] does not appear to be Android Studio config folder or installation home,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24494838/

相关文章:

android - 在我的应用程序中处理我的网站 URL

方向更改后,Android 找不到 fragment View

android - 不是从 Activity 中调用 PICK_CONTACT Intent

android - 如何每2秒生成一个圆圈

java - 安卓/Java : filenames of contents raw folder to array

android-studio - 缺少 Android Studio 3.3 RC3 主题编辑器

java - 启动失败的 Android Studio

android - React-Native 项目卡在 :app:installDebug

Android Studio 1.4 无法启动调试服务器

安卓 "attempted to access a cursor after it has been closed"