Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
uncaught module {my module} not found
K
Kushal Kumar
started a topic
almost 9 years ago
uncaught module {my module} not found
3 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
K
Kushal Kumar
said
almost 9 years ago
Hi,
Have recently tried my hands at creating a plugin using the cordova CLI 3.5.1.
The plugin was created and added to a project. However, on execution and trying to create a instance of the plugin I am recieving the following error
uncaught module my_module not found.
??? com.org.cordova.plugins.HttpRequestPlugin
? .fetch.json
? plugin.xml
? README.md
?
????src
? ????android
? ? HttpRequestPlugin.java
? ?
? ????libs
? wikitudesdk.jar
?
????www
HttpRequestPlugin.js
Attaching the two plugin.xml and HttpRequestPlugin.js for suggestions if anything is wrong.
Also using the following code for creation of the instance.
var httpRequestPlugin = cordova.require("com.northgate.cordova.plugins.HttpRequestPlugin.HttpRequestPlugin");
This line itself throws the error as mentioned above.
G
Gabriele Boccone
said
almost 9 years ago
Hi, this seems to be a general phonegap problem, not related to the Wikitude SDK plugin.
You could try searching the PhoneGap developer portal for more information:
http://phonegap.com/developer/
K
Kushal Kumar
said
almost 9 years ago
Agreed!
However, Wikitude being a widely used plugin, thought that the developer team @ wikitude could help.
Anyways, thanks for the assistance.
The solution to the problem can be found at the following link
http://stackoverflow.com/questions/25460133/uncaught-module-not-found/25497311#25497311
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
Kushal Kumar