(Note that once you’ve installed ubuntu-make the command to find out how to use it seems to be “man umake”.)
umake seems to have installed, but although the manpage says android-studio is the default for android, “umake android” causes:
> umake android
ERROR: A default framework for category Android was requested where there is none
usage: umake android [-h] {android-ndk} ...
and “umake android-studio” generates:
> umake android-studio
usage: umake [--help] [-v] [-r] [--version]
{ide,go,games,scala,dart,rust,web,swift,nodejs,android} ...
umake: error: argument category: invalid choice: 'android-studio' (choose from 'ide', 'go', 'games', 'scala', 'dart', 'rust', 'web', 'swift', 'nodejs', 'android')
All i can figure is that either i’ve demonstrated a need for remedial reading (again, which is likely), or some dependency is missing, or who-knows-what. Has anyone ever used ubuntu-make to set something up? I’d never heard of it before.
This article https://wiki.ubuntu.com/ubuntu-make says,
“Ubuntu Make is a command line tool which allows you to download the latest version of popular developer tools on your installation, installing it alongside all of the required dependencies (which will only ask for root access if you don’t have all the required dependencies installed already), enable multi-arch on your system if you are on a 64 bit machine, integrate it with the Unity launcher. Basically, one command to get your system ready to develop with!”
Doesn’t seem to deliver the goods to idiots. Note that it did not demand sudo privilege, and when i ran it as sudo it generated the same results. :shrug: