PhoneGap/Cordova build .apk -


just having little issue cordova , need im pretty new it!

only purpose of getting familiar cordova, wanted able create .apk file , run in on tablet without goin through mobile web browser. there no plugins api etc etc.

so have created new cordova project on windows using command prompt. added android platform. put 2 webpages assets(sheet,scripts,img etc) www folder. on command prompt, can run without problem in emulator (cordova emulate android), works fine (except dead slow that's normal in emulator obviously), panels moving etc

but when comes build .apk file (cordova build --release), gives me in android/ant-build folder file called "###-release-unasigned.apk". far issue when put in device (nexus 7 first gen, running 4.2.2...same emulator) cant install it!!

is there have missed? settings do? couldn't find researches on web going wrong.

thx!!

make sure export android project , create keystore complete export process.

enter image description here

enter image description here


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -