Does any one know how to remove a project from Android Studio in an attempt to re- export it from Eclipse?
So far I have tried removing all the gradle files associa
MAKE IT SIMPLE
Easiest way to do this is close the project. Using file explorer head to the location of that project and delete.
Alot of processes, even simply deleting can be annoying to figure out in studio. Most deleting options a good work around is to delete using file explorer. This is a part of the process tht works for deleting modules as well. Which u will prob find is painful as well
In the "Welcome to Android Studio" opening dialog you can highlight the app you want to remove from Android Studio and hit delete on your keyboard.
Select your project in the projects window > File > Project Structure > (in the Modules section) select your project and click the minus button.
Or if you don't want to build it just remove it from settings.gradle
file
Go to your Android project directory
C:\Users\HP\AndroidStudioProjects
Delete which one you need to delete
Restart Android Studio