Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open another project in android studio

I am new to Android Studio. I have two android projects. I able to open project without error and both are working correctly. I checked other links as (How to open existing android project(build.gradle) into android studio ), but no question related to me.

enter image description here

Problem is when I try to open another project via "Open" or "Reopen Project", its nothing ask and simply close first one and re-open new one.

I tried 2 - 3 times, but the same thing happened. My question is how to open 2 projects simultaneously, so I can compare the files to understand project(s).

Updated 1 :- I do not see option "Appearance & Behavior" in My Android Studio. Something I missing? enter image description here

Update 2 on 31 dec :- When I click on "Check for update", a popup comes as below image of version Stable Channel 1.5.1 (I checked with "Help" -> "About" too and Automatic update too) and when I click download option, it goes to Canary version and suggest to download zip.

I do not understand which version I download. Is there any setting which update automatically ( I tick automatic stable version option as below image, but not automatically update) rather than manual activity of zip download?

check update for latest version and automatic update setting

enter image description here

like image 854
Ajay2707 Avatar asked Dec 29 '15 12:12

Ajay2707


Video Answer


2 Answers

You Must have by mistake clicked on remember my choice when opening new project. so open settings in android studio and do as shown in below image.enter image description here

like image 131
Madhur Avatar answered Oct 06 '22 06:10

Madhur


In Android Studio:

File > Settings... > Appearance & Behavior > System Settings >

Project Opening

Select Confirm window to open project in

like image 32
sschrass Avatar answered Oct 06 '22 06:10

sschrass