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:
- include module in app
- clean and build app
run to device
- Titanium SDK version: 3.2.0.GA
- NDK Android: r8
- Android plataform (module): android-10
solution to this problem?