Creating Android With Cordova 3.4.0 and Netbeans 8.0

Today, I just knew that Netbeans already have release version 8.0 and the other thing makes me happy is Cordova is easily configuring with this Netbeans.

In this post, I will lead you to create an Android application with Cordova 3.4.0 and Netbeans 8.0.

(1) Open your Netbeans 8.0 and File – New Project

(2) Choose an HMTL5 categories, Cordova Application project and next button.

cordova_01

 

(3) Fill in Project Name, Project Location, Project Folder and Next

cordova_02

 

(4) Choose Javascript Library and Next.

Notice; If you don’t add the JS library at this time, you can add later including it normally like creating an HTML project.

cordova_04

(5) Application ID, Application Name, Version and Finish

cordova_06

Wait for Netbeans upgrading Cordova platform.

 

(6) Run in Cordova Android Emulator

cordova_07

 

(7) Open your terminal in Netbeans. You can find it in Window – IDE Tools – Terminal.

Go to your Android SDK Linux tools folder

$ cd /home/kenzominang/android-sdk-linux/tools
$ ./android avd

cordova_09

 

(8) Choose one of AVD and start.

cordova_10

(9) And now you can build and start your Cordova application

cordova_12

 

That’s it. You have done creating an Android application with Netbeans.

If you have done developing it, you must sign in your application before uploading it into google play.

2 comments

Leave a comment