Thursday, 10 March 2016

Android Programming Hello World -Using NetBeans

Android Programming Hello World -Using NetBeans

Step 1: Go to File>New Project or
              Press Ctrl+Shift+N

Step 2: Select Android Project 


Step 3: Fill Project name and package name. Project name must not contain space and package name must have three pare example:- com.testrun.helloworld . Now click finish.

Step 4: Project will show error.

Step 5: Build project to remove error


After application is build all errors will be removed.


Step 6: Run application.

Select an emulator from list






Emulator will take time to start up and will run your application.
You can check deployment progress in output android development  tab.


No comments:

Post a Comment