android - Difficulty with Phonegap/Genymotion -
i following tutorial build exercise tracker app one: http://code.tutsplus.com/tutorials/build-an-exercise-tracking-app-geolocation-tracking--mobile-11070
i have installed phonegap/cordova believe, , i´m using genymotion android emulator find faster.
i believe have followed steps in tutorial properly, won´t display page right. seems there problems css-formatting. first of all, looks chaotic, if has crashed. change emulator "flip" phone , again, , looks normal. no style formatting. ideas?
here photo of how looks in folder run from, , how looks in emulator.
i sick of installments necessary , hoped got work haha. hope not more done. not sure if relevant, use mac , edit code in sublime text2.
i think got problem linking script. got same problem , fixed replacing them.
the code this:
-script type="text/javascript" src="cordova-1.7.0.js"
and realized entire path wasn't there change to:
-script type="text/javascript" src="js/libs/cordova/cordova-1.7.0.js"
and work perfectly.
Comments
Post a Comment