Thursday 12 January 2017

Develop android apps using visual studio 2015

1.       Need to Install the visual studio 2015 Community Version.
Use below link to install Visual Studio 2015

2.       Open Visual Studio and select  Apache Cordova
Open Visual Studio  à  click on New Project .
Select  Type Script à Apache Cordova App like below.





3.       Install Tool Apache Cordova
Click on that an update the apache cordova



As per below please close your visual studio.


Select the list of software that you want to install, it will take 30 to 45 min to install.





4.       Open the visual Studio Again to create cordova application
Javascript à  Apache Cordova ,

Now click on okay
You will get the default page like below


5.       Do some Editing.
Open Index.html and edit context as below.
<div class="app">
            <h1>first application</h1>
            hello world
           
        </div>

6.       Execute your first application by clicking run button.



You will get output as below

No comments:

Post a Comment