on 2017 Feb 09 11:17 AM
Hi experts!
I am developing a hybrid app on Web IDE and deploying it through HAT to my computer. When deploying to HAT, I get this error:
"(hybrid-toolkit) Get project zip encountered error: Cannot read property 'settings' of undefined"
This error appeared when I changed the manifest.json to add a new property: "sap.mobile". If I remove it, the error disappears. What's the reason for this error?
Thank you!
Best Regards
Under sap.ui5 try adding a default model.
"models": {
"": {
"dataSource": "Z_FIORI_SRV"
},
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "rte.sap.fiori.decapagem.i18n.i18n"
}
}
},
Regards,
Jamie
SAP - Technology RIG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.