Quick question about android studio and cocos

Ok, So I understand that cocos2d does not perfectly work in Android studio, however you can do everything by using the cocos compiler. I was just hoping someone could match these events to which tool does them.

A. Android studio
B. Commands (with cocos I presume) in command prompt compiler
C. Windows explorer, and text editing tools

  1. Editor for your c++ code files
  2. Compiler of the cocos part of the project
  3. Compiler of the android part of the project
  4. Thing that deploys project to your android device
  5. Thing that monitors project running on android device

An answer could look like, and explanations would be appreciated.

1->A
2->B
3->B
4->C
5->A

And is this still the best tutorial, if there is a written one somewhere that woud be preferred.

  1. If you are on Mac then probably Xcode and on Windows Visual Studio.
    (You can use eclipse in mac and windows for edit c++ code with some headache.)
  2. Cocos command tools. (cmd, terminal)
  3. android studio or eclipse.
  4. android studio or eclipse.
  5. maybe eclipse. (or android studio 2.2?)

I would say:

  1. XCode or VS
  2. terminal, cmd
  3. terminal, cmd
  4. terminal, cmd
  5. Android Studio or eclipse (the plugin is called LogCat)

For all your android compile needs use the terminal: cocos compile/run -p android