
Steps to develop mobile application,
- Install Visual Studio 2015 in your local machine.

- Create a new Project in your workspace.

Select Blank app and save it in your machine workspace.
- Then once it is saved then you will see the following screen,

- Click www, then index.html, where you can design your mobile application with html code.

- Then run the application, you will see the following screen,

That’s all, here is your mobile application, for more attraction add CSS style to your solutions.
Now how to deploy it in your machine?
Steps to install developed mobile app to you android mobiles
- Put the solution release mode and select android option.
- Now build the solution.
- Once it build successfully, go to solution folder- bin, Android, then Release.
Here you can see once unsigned APK file.
Now our next step is to change that APK file from unsigned to signed. For this we have to run some command in CD.
- Open Run, cmd, then run as admin.
- Go to this directory.

Just type keytool to view all the commands.

Then run the following syntax to generate a key,
- keytool -genkey -v -keystore <keystoreName>.keystore -alias <Keystore AliasName> -keyalg <Key algorithm> -keysize <Key size> -validity <Key Validity in Days>
Now go to the build.json file in your solution and key in all the valid key details and save, Build.
Finish, bin/android/release/ you can see .apk file signed. Copy it to your mobile and install.
Try this method to improve your skills in developing Apache Cordova mobile apps using Visual Studio 2015.

Harish PaudelPosted Aug 25, 2020, 7:11 AM
I tried but not got the apk file in relase folder plz help me .
Mehul PrajapatiPosted Feb 3, 2018, 1:22 AM
Hi, Rathola Premkumar. I have issue in cordova app development using visual studio 2015 and framework7. so i need your help.http://www.c-sharpcorner.com/forums/unicode-text-issue-with-html-sub-pages-in-cordova
rameshPosted May 13, 2017, 10:44 AM
Hi can you tell me how to integrate .net webapi with cordova?
SubashPosted Sep 7, 2016, 8:02 AM
Thank you once again
SubashPosted Sep 7, 2016, 8:02 AM
I am searching this for mobile app
SubashPosted Sep 7, 2016, 8:01 AM
Nice one
Rathrola Prem KumarPosted Dec 14, 2015, 8:33 AM
Thnq @ Kalu singh rao
kalu singh raoPosted Dec 14, 2015, 7:48 AM
Great one
Humayun Kabir MamunPosted Dec 14, 2015, 1:12 AM
Nice...