
Hello guys, I am here with our Android lessons today. We will be presenting as a written source for now. What is the Android operating system with you today? which companies are used by? How to install Android Studio? I will try to explain the answers to such questions with you here.
WHAT IS ANDROID OPERATING SYSTEM?
Android is a free and free operating system based on Linux, which is being developed for mobile devices of a large company like Google and international union like Open Handset Alliance. Although it is open source, a small but important part has been blocked by Google. However, this situation does not pose any problem. We can run the applications we make in Android Studio on our own phone or publish them on Google Play.
WHICH COMPANIES ARE PREFERED BY ANDROID?
As it is known, Android has become the most preferred operating system in the world. So who are the companies using this Android? Quality and big companies such as Samsung, Xiomia, Lenovo, HTC, Sony, LG, Huawei prefer Android.
HOW TO INSTALL ANDROID STUDIO?
You can download Android Studio from https://developer.android.com/studio/index.html link according to your own operating system. Since Android Studio is Java based, JDK (Java Development Kit) must be installed. You can find it on Oracle's own site. Let's go to the installation now.
Step 1

STEP 2

STEP 3
We need to specify the file path where Android Studio will be installed.

STEP 4
We start the installation by clicking Install.

Step 5
After the installation is completed, this screen will come up and we will have to select Start a new Android Studio project. Since I had Android Studio installed, I used my old settings.

Step 6
SDK needs to be installed after proceeding. Here we specify Android SDK Location and click Apply.

STEP 7

Step 8

Step 9
This part can take a little longer.

Step 10
We are creating a new project again.

Step 11
We write the project name.

Step 12

Step 13
We choose the Android version or for which vehicle to code.

Step 14

Step 15
We can choose the project type here. Google apps are also supported by Android Studio. For example, a project related to Google Map can be done.

Step 16
This part is usually left like this. You can change the name if you want.

Step 17
Our project is opening.

Step 18
Our project is ready, this is the part where we will write our codes.

Step 19
I had such an error while installing the SDK. Maybe you may have such problems too. To solve this, you can fix the error by clicking the link there.

Step 20

Step 21

Step 22
Yes, I will show you how to transfer our codes to the virtual phone now that we have no problems.

Step 23
We need to choose a virtual phone from here, or we can connect a phone with Android operating system to our computer with a USB cable and run our codes.

Step 24
We can choose any phone here. Size, resolution, brand etc. We can choose different virtual phones in terms of.

Step 25
We download the selected virtual phone to our computer.

Step 26

Step 27
We download our virtual phone.
