sencha android packaging error - undocumented parameter?

extjs

Solution

Use Android SDK manager to install the level 7 platform. Unless you need something from a higher level in your application it should work.

Problem

My sencha config seems to be missing a parameter, can't figure out where it's being generated from the build. Executing `sencha package build config.json` With the config as specified in the sencha docs the tool generates the command: `android create project --target android-7 --name appname --activity STActivity --path apppath --package pkg` which generates the errors Failed to create android project Failed to package application [ERROR] Error: Target id is not valid. Use 'android list targets' to get the target ids. There have been similar complaints on the sencha forums. Has anyone found a solution to this problem?

Original source