How to use CocosStudio Template for Android project

I created a new cocos2d-x project using cocos studio template project. I noticed that project size is only 5-6 mb and this project is using cocos2d-x from a static library inside cocos framework folder. Path of library is this :

/Applications/Cocos/frameworks/cocos2d-x-3.6/prebuilt/ios/libcocos2d\ iOS.a

I noticed few benefits creating this project using studio :

It compiles very quickly in XCode as compared to projects created using command from cocos2d-x library.
Its size is only 5-6 mb as compared to 300-400mb if project is created using command from cocos2d-x library.

Is it possible to use android static libs from cocos framework folder in Android project which is created along with Xcode project? It can save lot of development time while compiling the android project.