James_Duh
James_Duh

Reputation: 1371

Android Studio 3.0 set path to project

My little brother some how changed the path setting in Android Studio 3.0 today. Every time I try to reset the path from the configure screen AS tells me that the file exists. The old path is C:\androidBook. When I try to create a new project it gives the project the name "androidBook" I am also not sure if he deleted the gradle settings in this folder. Old projects still open but I need to know how to reset the path so I can create new projects. Also I am seeing gradle folders in the androidBook folder So my desperate question is how to reset the path? Do I also need to delete the gradle folders that were created I do not think they should be in this folder

Upvotes: 0

Views: 77

Answers (1)

Vector
Vector

Reputation: 3235

@James_Duh Back up all your projects before you do that delete the gradle files that were created in your androidBook folder they do not belong in that folder and it is confusing Android Studio the correct path for projects in your case is this C:\androidBook\ALayoutTest where androidBook is the work folder and ALayoutTest is the name of the project so when your little brother created the project named androidBook that sent everything side ways for Android Studio Also delete the Android Studio projects that are in your Net Beans work folder Before you do that copy and paste the Java and XML files is some folder they you can use Sublime Text to paste the code back into a new project in Android Studio

Upvotes: 1

Related Questions