Install Android SDK Without Android Studio

Recently I have found opensource water reminder application. But they don’t provide APK file in their releases. So I want to build the APK file from the source. I don’t want to install Android Studio. Just want to setup Android SDK and build...

WinGet Uninstall Multiple Package With Same Name

We want to remove a package from windows using winget. Before uninstalling, list the package with the name. There is two packages with the same name “WhatsApp Web”. But the Id and Version are different. Use winget list to get all the installed...