Moving everything to another computer?

Hello!

I would like to work on my another computer, i have everything installed there too and copied my project folder but cant run ionic cordova run android there. I think i need the android sdk and everything else, attached to my project? Anyone has an idea how can i just copy everything?

No manualy copying anything.

You install all the dependencies (node, ionic, cordova, everything ionic cordova requirements wants) on your second machine.
Then you checkout your project from version control and run npm install.
You are done.

Or use VirtualBox: https://www.virtualbox.org/ as VM’s are very easy to move from one workstation to another workstation.

For example: https://robferguson.org/blog/2016/03/19/virtualbox-and-elementary-os/