Cocos compile 问题Current available platforms : ['web']. 'android' is not available

打包android apk时,遇到这个问题,

cocos compile -p android -m release
Running command: compile
Current available platforms : ‘web’]. ‘android’ is not available.

问题解决了,新版2.0打包前需要添加native codes support

路过进来记录一下~

请问下是怎么添加?