If you own a HP Touchpad 2018, you can install Android on it. This guide will show you how to do it. First, make sure that your HP Touchpad 2018 has a valid warranty. If not, you may void your warranty by doing this. Next, connect your HP Touchpad 2018 to the internet. You can do this by using a Wi-Fi network or an Ethernet cable. Once your HP Touchpad 2018 is connected to the internet, open the Google Play Store on your phone and sign in with your Google account. Next, open the Settings app on your HP Touchpad 2018 and tap on System . Under System , tap on About Tablet . Tap on Build Number seven times to enable Developer Options . Now, under Developer Options , turn on USB Debugging and OEM Unlocking . Under Developer Options , also turn on ADB debugging and enable USB debugging . Next, download the Android SDK from here: https://developer.android.com/sdk/index.html?hl=en&platform=windows&version=19&rel=windows-phone&prodtype=windows-phone-8-1&source=win_x86_64&rls_revision=190902 . Once downloaded, extract the files to a location of your choice and open the Android SDK folder. Next, open a command prompt (Windows key + R , type cmd into the search box and press Enter ) and change directory to where you extracted the Android SDK files: cd \tools\adb Now, use adb commands to install Android onto your HP Touchpad 2018: adb devices adb install For example: adb install android-platform-tools ..