Remove Project from Android Studio

前端 未结 15 1342
终归单人心
终归单人心 2020-12-23 15:44

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

相关标签:
15条回答
  • 2020-12-23 16:14

    MAKE IT SIMPLE

    1. Open Project
    2. Go to AndroidStudioProjects Folder
    3. Right click on the project name to delete
    4. click Delete

    0 讨论(0)
  • 2020-12-23 16:15

    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

    0 讨论(0)
  • 2020-12-23 16:17

    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.

    0 讨论(0)
  • 2020-12-23 16:17

    Select your project in the projects window > File > Project Structure > (in the Modules section) select your project and click the minus button.

    0 讨论(0)
  • 2020-12-23 16:24

    Or if you don't want to build it just remove it from settings.gradle file

    0 讨论(0)
  • 2020-12-23 16:25
    1. Go to your Android project directory

      C:\Users\HP\AndroidStudioProjects
      

      Screenshot

    2. Delete which one you need to delete

    3. Restart Android Studio

    0 讨论(0)
提交回复
热议问题