Android Studio
Android Studio provides the fastest tools for building apps on every type of Android device.
Insatallation
Enabling Hyper V
To turn off hyper-v
the following command was run in command prompt as administrator:
bcdedit /set hypervisorlaunchtype off
How to disable Hyper-V in command line?
Android Emulator Hypervisor Driver for AMD Processors - Canary SDK Package, Install Instructions
Open Turn Windows features on or off
and disable:
- Hyper-V
- Windows Hypervisor Platform
- Windows Sandbox (was disabled by default already)
To Completely Uninstall Android Studio
Stackoverflow - how-to-completely-uninstall-android-studio-from-windowsv10
-
Click on uninstall
-
Remove Android Studio Files & Packages
””” To delete any remains of Android Studio setting files, in File Explorer, go to your user folder (%USERPROFILE%), and delete .android, .AndroidStudio and any analogous directories with versions on the end, i.e. .AndroidStudio1.2, as well as .gradle and .m2 if they exist.
Then go to %APPDATA% and delete the JetBrains directory.
Finally, go to C:\Program Files and delete the Android directory. “””
- Remove SDK
””” To delete any remains of the SDK, go to %LOCALAPPDATA% and delete the Android directory. “””
- Delete project files
””” Android Studio creates projects in a folder %USERPROFILE%\AndroidStudioProjects, which you may want to delete. “””
Android Studio
[Turn on Virtualization in BIOS]
Allow Windows Hypervisor Platform
Setup Android development environment on Virtualbox VM
Setup Android development environment on Virtualbox VM
Following setup instructions found:
iso from:
- https://www.android-x86.org/
- https://www.android-x86.org/releases/releasenote-8-1-r6.html
- https://www.fosshub.com/Android-x86-old.html
- https://www.android-x86.org/releases/releasenote-8-1-r6.html
Journal
- 2021-01-16 Updated
To Completely Uninstall Android Studio
section - 2021-08-24
- Added
Setup Android development environment on Virtualbox VM
section
- Added