Hi, Titanium still cant find module on Windows7, Android Emulator. (Flurry module from Softgravity - http://www.softgravity.com/articles/blog/7-appcelerator-flurry-module-for-iphone-ipad-and-android)
Titanium version: Titanium Studio, build: 1.0.9.201202141208
i have copied sg.flurry directory into c:\users\xxx\AppData\Roaming\Titanium\modules (also tried c:\users\xxx\AppData\Roaming\Titanium\modules\android)
i have also tried to create modules directory right into my project and copied sg.flurry directory into this modules directory
i have this in tiapp.xml
<android xmlns:android="http://schemas.android.com/apk/res/android"> <modules> <module version="1.1" platform="android">sg.flurry</module> </modules> </android>version of module is 1.1
Titanium emulator output:
E/TiJSError( 283): (main) [447,3631] ----- Titanium Javascript Runtime Error ----- E/TiJSError( 283): (main) [1,3632] - In ti:/module.js:357,8 E/TiJSError( 283): (main) [0,3632] - Message: Uncaught Error: Requested module not found: sg.flurry E/TiJSError( 283): (main) [1,3633] - Source: throw new Error("Requested module not found: " + request);
i have also tried another module - ti.admob and i have same problem. what am i doing wrong ? thanks
3 Answers
have you checked the compatibility of both modules in terms of os on which u r using them??
i am also facing same problem, this was suddently happeneded, yesterday i was working fine and my app.apk size was 9MB yesterday and today not working and my app.apk size is 8.5MB., It seems my class file is not exported to the modules and during build, it is not taking my new class file inside resource directory.
hello every please i search the zip file for pushwoosh notification
Your Answer
Think you can help? Login to answer this question!