123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computer-Programming >> View Article

How To Run Your First Android App

Profile Picture
By Author: Wisemonkeys
Total Articles: 277
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

Create an Android Project
How to create a new Android project with Android Studio and describes some of the files and Folder Structure in the project. In Android Studio, create a new project: In the New Project screen, enter the following values:

Application Name: “HelloWorld”
Company Domain: “fahim.com”
You might want to change the project location, but leave the other options as they are. Click NEXT


Target Devises screen, keep the default values and click Next


In the Add, an Activity to Mobile screen, select Blank Activity and click Next.
In the Customize the Activity screen, keep the default values and click Finish.

You can see the following files:


app -> java -> com.fahim.helloworld-> MainActivity.javaThis is the main activity (the entry point for your app). When you build and run the App, the system begins an instance of this Activity and loads its layout.app -> res -> layout -> activity_main.xmlThis XML file defines the layout for the activity's UI. It contains a TextView component with the text "Hello world!".app -> manifests-> AndroidManifest.xmlManifest ...
... file describes the significant features of the App & assigns each of its components.Gradle Scripts -> build.gradleYou may see 2 files with this name: one for the project level and one for the "app" module Application level. Each module has its own build.gradle file, but this project currently has just one module. You'll mostly work with the module's build.gradle file to configure how the Gradle tools compile and organize & build your app.

Run Your App
You can now run the app on a real device or an emulator

Run App on a real device

Set up your device as follows:

Connect your device to your development machine with a USB cable. If you’re developing on Windows, you might need to install the appropriate USB driver for your device if your driver is not already up to date.
You need to connect your Device with PC for installing driver. On the PC go to Device Manager (For Windows 7 you can open Device Manager by right click on Computer and click Properties you will see the Device Manager link on the side menu.For Windows 8.1 you can open Device Manager by right click on start button. ) On Device Manager window discover the Other devices you will see something with a warning sign. In the picture, the unknown device labeled as “Android Phone” (Sometimes it show as the name of device) right click on it and select “Update Driver Software”


Then click the “Browse my computer for driver software” option.


Browse to the \extras\google\usb_driver then click “Next” button.


When driver installed it will display as the picture below.


2.Enable USB debugging on your device by going to Settings > Developer options.

Note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings > About phone and tap Build number 7 times. Return to the previous screen to find Developer options.

Run the app from Android Studio as follows:

In Android Studio, click the app module in the Project window and then select Run > Run (or click Run in the toolbar) or you can directly press SHIFT + F10.
In the Select Deployment Target window, select your device, and click OK.
Android Studio installs the app on your connected device and starts it.

Run App on an emulator
For First time, you need to create an AVD (Android Virtual Device) definition. It creates the characteristics of an Android phone, tablet, Android Wear, or Android TV device that you want to simulate in the Android Emulator. Create an AVD (Android Virtual Device) Definition as follows:

Launch the Android Virtual Device Manager by going to Tools -> Android -> AVD Manager, or by clicking the AVD Manager icon present in the toolbar.
Now appears a Virtual Devices screen, click Create Virtual Device.
In that Select Hardware screen, select an Android device, such as Nexus, and then click Next.
In the System Image screen, click Download for one of the recommended system images. Agree to the terms to complete the download.
After the downloading is complete, pick one of the system images from the list and click Next.
On the next screen, leave all the configuration settings as they are and click Finish.
Back in the Virtual Devices screen, select the Android device you just created and click Launch this AVD in the emulator.
While the emulator starts up, close the Android Virtual Device Manager window and return to your project so you can run the app:

Once the emulator is booted up, click the app module in the Project window and then select Run > Run (or click Run in the toolbar) or you can press SHIFT + F10.
In the Select Deployment Target window, select the emulator and click OK.
Android Studio installs the app on the emulator and Run it for you.

Launched to world in 2017, Wisemonkeys(https://wisemonkeys.info/) is now a robust Learning management system.
Just follow a 3-step registration process and get connected. Since we appreciate genuine users and do not encourage spammers we follow small registration process:
1.Sign up(https://me.wisemonkeys.info/login?)
2.Confirm your email. (for the first time the email might fall in your spam/junk/promotion folder. Please mark it not spam and confirm the link).
3.Login and get started.
4.Or Login via Google/Microsoft.

Our hardworking team is thriving hard to make this platform better and better. If you have any suggestions and feedback, then do write to us at: genius@wisemonkeys.info

Total Views: 124Word Count: 868See All articles From Author

Add Comment

Computer Programming Articles

1. Which Are The Best Java Coding Classes In Bhopal?
Author: Shankar Singh

2. Warehouse Management In Zambia: Essential Features To Look For
Author: Doris Rose

3. Ecommerce Web Design And Development In Melbourne With The Merchant Buddy
Author: themerchantbuddy

4. Why Website Maintenance Is Crucial For Business Success
Author: Yogendra Shinde

5. Boost Your Business With Smart Invoice Pos Software In Zambia
Author: Cecilia Robert

6. How Stablecoin Development Ensures Stability And Security?
Author: Michael noah

7. Công Cụ Tính Chiều Cao Chuẩn Từ Minbin Tool: Đo Lường Và Cải Thiện Chiều Cao Hiệu Quả
Author: KenJi123

8. How To Make A Courier App For Courier Delivery And Tracking Service
Author: Deorwine Infotech

9. Reputation Management In The Digital Age: Protecting And Enhancing Your Law Firm’s Image
Author: jamewilliams

10. What Features Should I Look For In Wordpress Ecommerce Plugins?
Author: Rocket Press

11. Staying Updated With The Latest Gaming News
Author: Next Tech Plus

12. Game Development: Evolving Technologies And New Horizons
Author: Rick John

13. Why Svelte Is The Most In-demand Framework For Web Development?
Author: Why Svelte Is The Most In-Demand Framework For Web

14. Maximizing Ebay Sales With Maropost/neto And Pursuit Info Solutions
Author: rachelvander

15. The Importance Of Software Testing: Ensuring Quality In Development
Author: John Mathew

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: