Appium 1.6 MJSONWP Cannot read property 'forceStop' of undefined

A couple of problems:

  1. From Zero to Appium instructions have an error, directed to create an Android 4.4.2 API 19 emulator, but told to edit python/android_simple.py with 4.2.2.

  2. wget https://github.com/appium/appium/archive/v1.6.tar.gz, Samples does not contain ApiDemos which is referenced in the android_simple.py file

  3. the remaining error was solved by - npm install -g appium --no-shrinkwrap

Where do I download a version that includes all of the required sample-code files and sub-dirs?