I am trying to create an .apk file for my mobile using cordova (Android) platform on ubuntu 14.04.
for unsigned i used command
$ cordova build --release android
or, $ cordova build android --release
it is creating an CordovaApp-release-unsigned.apk in ant-build folder but while installing this the app gives error app not installed.
Note : i also want to build an release app using my name say xyz.apk.
# OS: Ubuntu 14.04
# Platform : Android
# Framework : cordova
Please help post a best answer.
Thanks