Cocos compile src path

I was trying to convert my android project to gradle and I followed this tutorial


So I created a copy of my android project (proj.androidstudio) as suggested in the tutorial. Then I tried to compile the project using cocos console in the following way “cocos compile --src “.\proj.androidstudio” -p android”.
Though I specified the source path in the command, cocos is still compiling the default android src proj.android. Please help me if I am doing any mistake in specifying the src in cocos console compilation.

Thanks
Sateesh