Alloy 1.4.1 SDK 3.3.0.GA /** * @class Index * This is the index file */ var profile = Alloy.createController('profile'); profile.updateViews({ "#container" : { layout : "vertical" }, "#picture" : { image : "/appicon.png" }, "#name" : { text : "Mr. Man" } }); $.index.add(profile.getView()); $.index.open(); [ERROR] : Script Error Couldn't find module: alloy/controllers/profile