I am having troubles using a module I have added to Titanium. I followed the official directions to install a module (more specifically this module: https://github.com/appcelerator/titanium_modules/tree/master/udp/mobile/android):
- I have installed the ti.udp-android-2.1.2.zip file via help>Install Mobile Module
- Then I added the ti.udp module to the tiapp.xml (since it was directly found and could be selected from the list, I assume the install of the module was successful).
- I load the module with
var UDP = require('ti.udp');
Every time I start the application, I get the error:
Uncaught Error: Requested module not found: ti.udp
update Image of the tiapp.xml:
