Sencha CMD does not copy resource folder

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?

+5
source share
1 answer

Yes, there is a problem with Sencha packaging in the Android build folder, so that it does not copy resources, as expected, I saw the problem marked HERE

+1
source

Source: https://habr.com/ru/post/1204564/


All Articles