android - Titanium studio install modules -
i have been trying few days , still no hope.
i have downloaded https://github.com/iamyellow/gcm.js
gcm.js iamyellow, , install in titanium through help->install mobile module-> select .zip downloaded.
after included in tiapp.xml in project keeps showing requested module not found.
i created new project in app.js , still shows requested module not found
require("net.iamyellow.gcmjs");
the folder available in ~/library/application support/titanium/modules/android , cant import app.
according example provided in distribution should require module this:
var gcm = require('lib.gcm');
Comments
Post a Comment