1

I recently downloaded the file on this link http://examples.javacodegeeks.com/android/core/ui/gridview/android-gridview-example/ Its an android project but I am not sure how to open the entire project and work on it. Is there a way to open the whole thing without having to open each part seperately? I tried to import also but I cant find its destination on the import window on android studio

mahmoud ahmed
  • 55
  • 1
  • 1
  • 6

2 Answers2

1

You can use the option Import existing project in your IDE. I checked the rar file and it is possible that way.

Murat Karagöz
  • 35,401
  • 16
  • 78
  • 107
1

Extract the zip you just downloaded and import that folder :

File > New > Import Project

On Android-Studio, If you can't find the destination on the import window, create a folder in your workspace and manually set the destination to that folder on the import window. And if you can't find the folder you just created in the "Choose destination directory" dialog window, click the refresh button in the dialog's toolbar

CHarris
  • 2,693
  • 8
  • 45
  • 71
freddieptf
  • 2,134
  • 2
  • 15
  • 16
  • Easy to do when you're starting up with the "Welcome to Android" screen, with a list of options - Import, Open, Import Eclipse Project etc...See http://stackoverflow.com/questions/21181847/how-to-force-android-studio-to-start-with-the-welcome-screen on how to get to that screen. – CHarris Mar 26 '16 at 01:35