cordova - Is there some way to develop Phonegap App in general WWW folder if Android specific XML config files are required? -
i developing cordova/phonegap project in general www folder (not in subfolders available under platform folders)
in application checking connection status (if device online/offline), there configuration changes required in (app/androidmanifest.xml) , (app/res/xml/config.xml) file. files available under platform folders.
is there workaround this? (so can continue develop app in general www folder)? , if there is, should copy /store these files?
if using command line interface cli / command prompt install plugin, don't need worry configuration, install connection plugin , put code in general www.
if manually installing plugins, make changes in app/androidmanifest.xml
, app/res/xml/config.xml
subfolders required, , put html,js,css files in general www folder. when build platform or run it, files general www put subfolders' www automatically.
Comments
Post a Comment