I am using SenchCMD 5.0.2.270 and Sencha Touch 2.4.0 and Cordova Android
Create an application using
sencha app build native
resources from app.json resources are not copied:
"resources": [ "resources", "resources/images", "resources/icons", "resources/startup" ],
The only final output resources are the css folder.
Any idea what is going wrong?
source share