VoiSmart/pjsip-android-builder

How to copy files from vagrant VM to my host machine

Closed this issue · 2 comments

I build the libraries successfully, but don't know how to copy these libraries from VM to my host machine.
Kindly guide me .
Thanks in advance

scp -r -P 2200 vagrant@127.0.0.1:/home/vagrant/pjsip-build/ .
default password is vagrant

Don't use vagrant. Use a docker container (ubuntu) and mount the repo as an external volume from your host machine