How can I remove open source projects certificates? - Android Community
Remove open source project from android - Google Android
Can I delete ‘Android’ folder and ‘Android Open Source Project’
import - Remove Project from Android Studio - Stack Overflow
Videos
So , I deleted Android studio cause I won’t be using it in some time , and I want to free space in my PC
I am at C: > Pc > AppData > Local >
And there are two folders about android:
1: Android : Which contains a folder called ‘Sdk’ , which contains other stuff , if I delete the ‘Android’ folder , will it be safe to install everything normally again?
2: Android Open Source Project: it contains a folder called ‘Emulator’ , which contains other things inside , is it safe to delete ‘Android Open Source Project’ and if I want to install Android studio again, shall everything work normally? (Sorry if my English is a bit bad :,3 )
Thank you all for reading ^
File > Close Project
move your mouse cursor on the project and press Delete keyboard button :)
EDIT try this solution, works for me
This is for Android Studio 1.0.2(Windows7). Right click on the project on project bar and delete.

Then remove the project folder from within your user folder under 'AndroidStudioProject' using Windows explorer.
Close the studio and relaunch you will presented with welcome screen. Click on deleted project from left side pane then select the option to remove from the list. Done!

Hi
I'm trying to get rid of a system app because I want to install the f-droid version of it. However I cant find a way to do this. Does anyone know how?
Solution: https://forum.xda-developers.com/t/module-terminal-debloater-v17-3-2-debloat-systemlessly.3584163/post-83683181
In case it gets deleted/becomes inaccessible:
Okay, so I have sorted it out a bit where we have apps on Android 11 on OnePlus 8: (In brackets I have added the corresponding number in debloater-plugin)
[1] /system/app/
[2] /system/priv-app/
[???] /system/product/app/
[???] /system/product/priv-app/
[???] /system/system_ext/app/
[???] /system/system_ext/priv-app/
[4] /product/app
[5] /product/priv-app/
[3] /vendor/app/
In my case, it was in /system/product/app/
Used FX File explorer to delete the gallery app's folder.
This might also work, however I have not tried it myself: https://forum.xda-developers.com/t/magisk-module-systemless-debloater-replace.4180083/
(titanium backup doesnt work)
Edit: Debloater magisk module isn't updated
SD Maid doesn't work
First, try to delete all the hidden files of Android from the home directory if any exist. Hidden files are in .cache/Google/ and .config/Google of your home directory.
Then, type the following commands in Terminal.
$ cd /usr/local
$ sudo rm -r ./android-studio
sudo snap remove android-studio
Hi,
Since I'm beginner, I have a simple question: How can I totally remove a project (an App)?
Thanks