FOR MY FIRST CORDOVA APP
- OPEN VS2015
- FILE -> NEW PROJECT -> JAVASCRIPT -> APACHE CORDOVA PROJECT
- NAME : IT IS THE ACTUAL PROJECT NAME (APP NAME).
- IN THE PROJECT PAGE WE CAN FOUND THE FOLLOWING THINGS
- index.html --> it for ui design
- index.js --> it for basic validation
- index.css --> it for graphical design
- ABOVE SHOWED ALL ARE THE BASIC RESOURCE FOR THE CORDOVA APP
TO RUN THE APP
- RIPPLE EMULATER (BROWSER BSED EMULATER)
- ANDROID EMULATER (GOOGLE EMULATER )
- DEVICE(REAL DEVICE) This all are the basic output options
- SELECTING THE MODE FORM HERE
- SELECT THE APP TYPE WEATHER IT MAY BE ANDROID OR IOS OR WINDOWS HERE
- SELECT OUR EMULATOR HERE
- Now our app are run sucessfully
- In our project location you can get you are .apk(for android)
- For example
- D:\VS2015_CORDOVA_APP\RI TRUCK\RI TRUCK\bin\Android\Debug\
- It is the result for the first execution of my project in debug mode
- TO RELEASE OUR APP
step 1: To release our app first select the release mode in our ide from
step 2: put the key store values in our project resource
you can found that in this place

step 3: Now run your project it produce perfect releasable apk instance in the out put folder
in your project location
No comments:
Post a Comment