Android New Project

Hello Friends,

This contains that how to create a new project in android and how to run it.
I'll show this with screen capture.

1. Click File->New->New Project ... You will see below screen:



2 Write a project name. I write "Simple Form Project". Then, write your project's package. I write "com.example".



3. Click Next. You will see "Target Android Device" Screen.



4. Click Next. You will see "Activity selection" screen.



5. Select "Empty Activity"  then click next. You see activity name screen.




6 Click Finish. After it builds projects, then you see this android ide screen.



7. Right click MainActivity , then click "Run 'MainActivity". You'l see emulator screen.


8. If there is not emulator , click "Create New Emulator" and create a new one. After all these, click OK. This may take  1 minute time to first start of emulator. It show you a sample virtual phone emulator.