deploying the web application to server for android -


i developed web application using phone gap framework android platform. have single file called index.html, copied both index.html , phonegap.js(from framework) files server , ran them emulator. i'm getting error below

02-24 10:46:42.540: warn/browser(277): console: error: referenceerror: can't find variable: pluginmanager http://192.168.1.25:8084/web2/phonegap.js:552 

in index.html file wrote code play stream internet using media class, have seen in documentation of phonegap , worked in emulator installing apk. guess error not because of media or code, guess i'm not deploying web app correctly because left phonepap.0.9.4.jar because don't know include file in server. use tomcat , i'm deploying in webroot folder..

please me in deploying project(the procedure how deploy , how user can view page in device browser).. thank you..

the phonegap framework not work in way, should put both phonegap.0.9.4.jar , phonegap.js on mobile device, instead of on remote server.


Comments

Popular posts from this blog

Javascript line number mapping -

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -