Content of my view does not get loaded on adding l:VerticalLayout. If I remove it, the view works fine then. I'm adding xmlns:l="sap.ui.layout" too. In the console, it shows the error:
Uncaught (in promise) Error: resource ns/HTML5Module/view/View1.view.xml could not be loaded from ./view/View1.view.xml. Check for 'file not found' or parse errors. Reason: Error: Invalid XML: <mvc:View controllerName="ns.HTML5Module.controller.View1" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" xmlns="sap.m" xmlns:l="sap.ui.layout" >"
Please see the code below:
I am using SAP Business Application Studio.
