Remove From Project Directory

To remove android studio project from project directory, follow the following simple instructions.

Step 1: Go to your android project directory.
C:\Users\HP\AndroidStudioProjects

Step 2: Select the project which you want to delete.

Remove/Delete Android Project from Project Directory

Step 3: Just press delete button from key board.


Delete Project from Android Studio


Here are simple ways to delete android studio project from android studio.

Step 1: Open android studio.

Step 2: Open android project which you want to delete.

Step 3: Click Delete from edit menu, which looks like this.


Android Studio Edit Menu

How to extract filename from Uri?

Now, we can extract filename with and without extension :) You will convert your bitmap to uri and get the real path of your file. Now w...