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?
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