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.