Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sencha android packaging error - undocumented parameter?

Tags:

extjs

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?

like image 843
Steve B. Avatar asked May 29 '12 03:05

Steve B.


1 Answers

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

like image 153
shoren Avatar answered Sep 28 '22 00:09

shoren