Skip to Content
-4
Jan 28, 2023 at 06:06 PM

manifest.json has resourcebinding error

143 Views Last edit Jan 31, 2023 at 10:24 AM 4 rev

Hi,

HelloWorld panel created by json does not show up | SAP Community

manifest.json has resourcebinding error

{
	"_version": "1.3.0",
	"sap.app": {
		"_version": "1.3.0",
		"id": "OpensapMyApp",
		"type": "application",
		"title": "{{appTitle}}",
		"description": "{{appDescription}}",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},
	"sap.ui": {
		"_version": "1.3.0",
		"technology": "UI5",
		"deviceTypes": {
			"desktop": true,
			"tablet": true,
			"phone": true
		},
		"supportedThemes": [
			"sap_bluecrystal"
		]
	},
	"sap.ui5": {
		"_version": "1.2.0",
		"rootView": {
			"viewName": "OpensapMyApp.view.App",
			"type": "XML",
			"id": "OpensapMyApp"
		},
		"autoPrefixId": true,
		"dependencies": {
			"minUI5Version": "1.34",
			"libs": {
				"sap.m": {
					"minVersion": "1.34.0"
				},
				"sap.ui.core": {
					"minVersion": "1.34.0"
				},
				"sap.ui.layout": {
					"minVersion": "1.34.0"
				}
			}
		},
		"contentDensities": {
			"compact": true,
			"cozy": true
		},
		"models": {
			"i18n": {
				"type": "sap.ui.model.resource.ResourceModel",
				"settings": {
					"bundleName": "OpensapMyApp.i18n.i18n"
				}
			},
			"helloPanel": {
				"type": "sap.ui.model.json.JSONModel",
				"uri": "model/HelloPanel.json"
			}
		}
	}
}

oData binding is done in the old project same code but issue is coming formatting.

Martian check the thread, step by step detail

Formatter is not called | SAP Community

Thanks

Kaushik