Umake android return error

I follow the guide below and got error. What is the right way to do it correctly? Please advice, thanks.

https://guide.meteor.com/mobile.html#installing-prerequisites

Using Ubuntu Make
If you’re running Ubuntu, the easiest way to install both a Java Development Kit and Android Studio is by using Ubuntu Make, a command line tool that sets up development environments and dependencies for you.

If you’re on Ubuntu 14.04 LTS, you’ll have to add the Ubuntu Make ppa first:

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update

Then, you can install Ubuntu Make itself:

sudo apt-get install ubuntu-make

And finally you use Ubuntu Make to install Android Studio and all dependencies:

umake android

The return error

$ umake android
ERROR: A default framework for category Android was requested where there is none

Found answer here. Should add these info to Meteor Guide.

https://askubuntu.com/questions/757801/ubuntu-16-04-ubuntu-make-android-error-a-default-framework-for-category-android