Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between open and import a project in androidstudio

What is difference between open and import a project in android studio? Is there a way that we can do import of a project from command line or do all settings that is done while importing a project?

like image 913
Alok Ranjan Avatar asked Sep 02 '15 12:09

Alok Ranjan


1 Answers

OPEN is to open existing projects which already have been run in Android Studio.

IMPORT is for migrating projects from other environments to Android Studio, for more information take a look on this: Migrating to Android Studio

like image 184
Rich Avatar answered Sep 20 '22 18:09

Rich