How to create our own android apps using android studio.

In this post we will discuss about how to create our own android apps using android studio. To do that we will go through the following steps.


1. First of all go to the google developers official website and search for android studio.


2. Download it  and than install it on your desktop.
3. Launch android studio.


4. Create a new project.


5. Select activity( i recommend you to choose simple activity).


6. Click next.
7. Choose app name and company name as you wish.


8. Click finish.
9. Now connect your android mobile device with your desktop using usb.
NOTE:- You need to enable usb debugging first. follow the steps
1. Go to settings then About.
2.search for Build number and tap it 7 times.
3. Now search for developer options and enable it.
4. Inside developer options enable debugging mode. thats it.
10. Now run the project.


woooh!! you created your first app



Comments