Ok, answering my question. I still donβt know why the Android Studio installer does not complete the installation for me, but one way is to manually download all the components you need (or, rather, the components that Android Studio cannot install) by clicking on the link:
/home/<your-system-name>/Android/Sdk/tools
and then run the android script shell file.
Use
sh Android
and download all the components you need from the SDK manager. Once you're done, run the studio.sh script file:
/home/<your-system-name>/Documents/android-studio/bin/
or from where you extracted Android Studio.
Note that Android Studio can still tell you that some other components cannot be installed, and all you have to do is repeat the process to manually download the components that Android Studio requires and then run studio.sh.
Also, make sure you have the 64-bit version of Oracle Java and the necessary 32-bit executables (as @Archer Riley points out) to complete the installation.
user1841702
source share