I am using the phonegap google map plugin, I use the online phonegap to build my apk.
Just wondering where My config.xml should sit in the root directory, res/xml or www directory.
Also where should my index.xml sit in the root directory or www directory.
Also where should the ".cordova.CORDOVA" file sit, I have in the same directory as my index.html and at the top of the index.html file I have the code
< script type="text/javascript" src="cordova.js">< /script>
This code accesses the ".cordova.CORDOVA" file. Without this code in the index.html file I get nothing, no google map screen at all.
Also where should the following files sit. I have them in my root directory.
- AndroidManifest.xml
- package.json
- plugin.xml
also if I could get a copy of someone's index.html where javascript file declarations at the top of your index.html and also a copy of AndroidManifest.xml and config.xml files would be great.
At the moment I am getting a blank screen, but the google logo appears in the lower left hand corner.
I am new to phonegap so please bear with me.
Thanks