Vagrant seems to be a solution to ease the android development setup. Vagrant can use the Dockerfile I've got working to build the container and then Vagrant will launch the emulator, the app, sync_gateway, the dummy data, and the development server -- is how I understand it.
The idea is to clone the repo, fire this up, and and start coding!
Todo: Create a branch on this issue and add vagrant/docker files, JSON datadump files, and update README
Vagrant seems to be a solution to ease the android development setup. Vagrant can use the
Dockerfile
I've got working to build the container and then Vagrant will launch the emulator, the app, sync_gateway, the dummy data, and the development server -- is how I understand it.The idea is to clone the repo, fire this up, and and start coding!
Todo: Create a branch on this issue and add vagrant/docker files, JSON datadump files, and update
README