Titanium - Requested module not found (Win7, Android emulator)

You must Login before you can answer or comment on any questions.

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

— asked 1 year ago by michal machovic
2 Comments
  • same issue here on win7 Message: Uncaught Error: Requested module not found: com.mwaysolutions.barcode

    — commented 1 year ago by Gerard Finnerty

  • I have the same issue, has anybody found a solution?

    — commented 1 year ago by Rajesh Reddy

3 Answers

have you checked the compatibility of both modules in terms of os on which u r using them??

— answered 1 year ago by Gagan Tiwari
answer permalink
2 Comments
  • i think there are not any special requirements. my problem is, that i cant run these both modules, so i think i am doing something wrong with including - the module is not found by titanium.

    — commented 1 year ago by michal machovic

  • I have created a sample module to test which is also giving the same result. Says "Requested module not found". I have tried with some other modules available, but even then I have the same error. I am using a Windows 7 Machine

    — commented 1 year ago by sreekanth reddy

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!