Widget.xml not found

1
Hi! I’m doing the crash course. I’m done up to ‘Setting Up Your Development Environment’ (11.4). After this, I couldn’t find the ‘widget.xml’ file. Is that something I should create from scratch? However, the tutorial says changing some code as if there should be an existing file. I’m using Studio Pro 8.10.3. Please help me where I can find the ‘widget.xml’ file or why I’m unable to see one. TIA! Vertika
asked
1 answers
1

I was also confused at this stage, but after some searching it seems the file is not called ‘widget.xml’, but rather ‘<MyWidget>.xml’, where <MyWidget> is the name of the widget you are creating. In the tutorial it is ‘ShiftCalendar.xml’, and it can be found in the src folder after running yo to create the widget.

 

 

answered