I'm creating a module and adding it to an application
application structure:
module structure:
access code module:
var module = require('ar.com.module');
$.label.text = module.example();
error:
steps to run application:
run to device
solution to this problem?
Solution:
to run the module in a device must be configured deploy-type = "test" in tiapp.xml and install gperf add to Path.