Dinkheller
Dinkheller

Reputation: 5054

Sencha CMD not copying resources folder

I am using SenchCMD 5.0.2.270 and Sencha Touch 2.4.0 and Cordova Android

Building an app with

sencha app build native

the resources from the app.json resources are not being copied:

"resources": [
    "resources",
    "resources/images",
    "resources/icons",
    "resources/startup"
],

The only resources in the final output is the css folder.

Any idea what is going wrong?

Upvotes: 5

Views: 1730

Answers (1)

Anuj
Anuj

Reputation: 2073

yes there is issue with the Sencha packaging of Android build folder, such that it is not copying the resources as expected, i was saw the issue marked HERE

Upvotes: 0

Related Questions