Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrating Android Studio 0.6.1 to 0.8: [PATH] does not appear to be Android Studio config folder or installation home

So I'm trying to migrate from the last preview build, 0.6.1 to the new beta, 0.8. I have two Android Studio dirs in my \Program Files\Android\ dir, 0.6.1: \android-studio\ and the new one, \android-studio1\ from 0.8 since you can't upgrade via client from preview to beta. When starting up the exe from 0.8 and prompted to import settings from a previous version of AS from a "config folder or installation home of the previous version of Android Studio" I select "C:\Program Files (x86)\Android\android-studio" but it complains that the dir "does not appear to be Android Studio config folder or installation home."

Since it doesn't like my installation home path, where is the settings config folder for AS 0.6.1?

EDIT: I've tried the configuration folders in C:\Program Files (x86)\Android\android-studio\sdk\tools\lib\ monitor folders and they don't work either

like image 642
Kurt Wagner Avatar asked Jun 30 '14 16:06

Kurt Wagner


People also ask

Where is config or installation folder in Android Studio?

Find your configuration files For Android Studio versions 4.0 and lower, configuration files are located in the following locations: Windows: %USERPROFILE%\. CONFIGURATION_FOLDER. macOS: ~/Library/Preferences/ CONFIGURATION_FOLDER.

Where should I import Android studio settings?

Drag and drop Android Studio into the Applications folder, then launch Android Studio. Select whether you want to import previous Android Studio settings, then click OK.

How do I backup my Android studio settings?

You can go file > Export settings then you get to choose exactly the settings to export and you get a single settings.


3 Answers

Android Studio is based on IntelliJ and uses the same config folder.

On Mac OS X the config folder is located at ~/Library/Preferences/AndroidStudioPreview.

Not sure for Windows but you can look in C:\Documents and Settings\<USER ACCOUNT NAME>\.AndroidStudioPreview or C:\Users\<USER ACCOUNT NAME>\.AndroidStudioPreview according to http://devnet.jetbrains.com/docs/DOC-181.

like image 55
gdelente Avatar answered Sep 25 '22 17:09

gdelente


If you are on Mac, Type the following in the dialog:

/Users/<USERNAME>/Library/Preferences/AndroidStudioPreview
like image 26
goodhyun Avatar answered Sep 25 '22 17:09

goodhyun


open android studio 0.6.1 file>export setting>ok

open NEW android studio 0.8.1>import setting>ok

founded the solution!

like image 43
Andrea Avatar answered Sep 27 '22 17:09

Andrea