You can still use 32-bit versions of Android Studio , but be mindful that these version will not receive future updates.
Read moreHow do I download and install Android SDK?
Install the SDK
Read moreHow do I enable AVD Manager?
Create an AVD
Read moreHow do I fix Android SDK file not found ADB?
Reinstalling the platform tools might fix this problem . Open Android Studio, click SDK Manager in the toolbar or click Tools > SDK Manager, click SDK Tools, then uncheck Android-SDK Platform-Tools (as shown above). After this, open C:\Users\Username\AppData\Local\Android\Sdk and delete the platform-tools folder.
Read moreHow do I install AVD Manager in VSCode?
How to SetUp Emulator For VSCode?
Read moreHow do I fix Avdmanager is missing from the Android SDK?
SDK Build Tools are not installed You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager. Under SDK Tools you will find the Android SDK Build tools.
Read more