I followed these sencha cmd guide to produce a phoneGap based sencha touch 2 project: Using Latest Sencha Cmd v4.0.2.67 , Latest sencha touch 2.3.1 , phoneGap ver- 3.1.0
I saw somewhere the same issue.. is the cordova_plugin.js contain
{
"file": "plugins/org.apache.cordova.core.file/www/FileSystem.js",
"id": "org.apache.cordova.core.file.FileSystem",
"clobbers": [
"window.FileSystem"
]
},
did you try build with >cordova build android
can you call to any other API method?