Skip to content Skip to sidebar Skip to footer

Titanium Alloy Listview Xml Uncaught Typeerror: Object # Has No Method 'createtemplates'

I am new to Titanium, so excuse my lack of understanding. Even though I am using sdk version 3.2 (have sdk-version: 3.2.0.v20130801162445 in my tiapp.xml) when I try and have a vie

Solution 1:

found out what the issue was, my problem had to do with not having the updated version of alloy that is needed to support the ListView Templates in XML. I needed to run this at the command line in Windows: "npm install -g alloy@1.2.0-alpha" (without quotes). After that I was able to use ListView templates in XML as shown above.


Post a Comment for "Titanium Alloy Listview Xml Uncaught Typeerror: Object # Has No Method 'createtemplates'"