Building static libraries

I was doing the static building to the libraries and when I try to create a new project I get this in my console:

Template named 'binary' is not found.
Multiple templates detected!
You can select one via -t arguments.
Or choose one now:

Then what number should it be binary (pre-built libraries) option?

Also, I have to mention that before everything finished building, I had an error about Android NDK that there was a problem with an NDK Module PATH Variable and I didn’t paid too much attention to it… could that error corrupted my whole build?

Yes, this is an issue that has cropped up with the deprecation of Cocos Studio.

cocos gen-templates

cocos gen-libs ....

then -t will work, but you have some Cocos Studio code to remove from the HelloWorld class that is created by default.

Okay, thanks for the quick reply, I will do the commands and report back with the results!

EDIT :
Quick question, I wanna do cocos gen-simulator… instead of building the whole thing, can now I use pre-built libraries with it so I can build the simulator faster? (e.g. cocos gen-simulator -t binary)

EDIT #2 :
Nevermind, I tried doing that and it just continued building like normal xD