Saturday 17 January 2015

How to migrate android studio form windows to linux

If you using android studio in windows and wants to move your work to linux, then you are at the right place. Google has lately made this really easy with the stable release of android studio.
Follow these steps:

1. Download android studio for linux and android sdk from google developer site https://developer.android.com/sdk/index.html

2. After downloading both the files extract them in your home folder.

3. Now  $ cd android-studio/bin/
             $ ./studio.sh

4. Now, install wizard will appear and follow the step to install it. You can download the sdk from this wizard or use the installed sdk by choosing custom installation and providing the path of the sdk.

5. During the installation you have to give the path of java jdk. It is usually /usr/local/jdk1.x.x/

Sometimes after the installation, new won't be able to create a new project then you try importing a project and then creating a new project.

No comments:

Post a Comment