@ -63,13 +63,13 @@ and XML files in Android Studio. Enable "Format on Save".
If you wish to avoid installing software on your host system, a Docker based development strategy is available, you can build and start a shell with:
If you wish to avoid installing software on your host system, a Docker based development strategy is available, you can build and start a shell with:
```sh
```sh
make dockershell
make docker- shell
```
```
Several other makefile recipes are available for setting up the proper build environment and running builds.
Several other makefile recipes are available for setting up the proper build environment and running builds.
Note that the docker makefile recipes s will preserve the image and remove container on completion.
Note that the docker makefile recipes s will preserve the image and remove container on completion.
If changes are made to the build environment or toolchain, cached docker images may need to be rebuilt.
If changes are made to the build environment or toolchain, cached docker images may need to be rebuilt.
The docker build image name is parameterized in the makefile and changing it provides a simple means to do this.
The docker build image name is parameterized in the makefile and changing it provides a simple means to do this.
### Nix
### Nix