. Net programmers play with Android Development --- (2) Hello World project creation,. netandroid
For programmers, the first project we first came into contact with was "Hello World". Here, the first project was also created from "Hello Word.
1. Create a project
Run the eclipse.exe file, open the development tool eclipse, and select the project storage location. The interface is as follows:
Open eclipse and select file-new -- Android Applicaton Project to create an Android Project. The interface is as follows:
The procedure is as follows:
2. Run the project
After the project is created, let's take a look at the project running effect. In eclispe, we can view the Running Effect in the following ways:
Right-click the current project -- Debug AS --- Android Appliaction, and the following page is displayed. the options above indicate that the mobile phone connected to the PC is selected. The options below indicate that the virtual device is used for testing.
By default, no virtual device exists when you first run it. You need to create a virtual device and select Manager to enter the Virtual Device Manager to create a virtual Android device, as shown in figure
Click the NEW button above to bring up the device creation interface. Enter the device name, select the corresponding device and configuration, and click OK, as shown in figure
After the device is created, you can view the created device in the device list, as shown in figure
Click start to start the device. It takes some time to start the device. After the device is started successfully, enter the following interface, as shown in figure
In, drag the lock button to the Right to unlock the project and you will see the running interface of the project we created.
How can JAVA programmers and C #/NET programmers develop Android applications faster?
If the source code of java is faster, if a tool like perfect e is used,. net will be faster.
Net Programmers think the company wants to develop Android. How can I get started? Is there any quick start book recommended!
It is recommended to use mono for fast development, or C # for development;