0
votes

i have developed a native andriod mobile module in titanium appcelerator and now i want to add that module Alloy app..i have included the module in tiapp.xml and use the following line to access it

var sdk = require("ti.sdk");

where ti.sdk is modules ID....but still requested module not found error comes on execution.

1
have you clean build app? - Mitul Bhalia
No @MitulBhalia..i am just new to appceletor...how to clean build it? - umair yasin

1 Answers

1
votes

ok so you need to clean build your project first then if app is installed in your device/emulator then also remove that and to do that just select root folder of your project from project explorer and select "Project" menu from titanium studio and choose option clean.