
Android Programming with Kotlin for Beginners
By :

Setting up Android Studio is quite straightforward, if a little time-consuming. Grab some refreshments and get started with the following steps:
android-studio-ide…
,
while the end of the name of the file will vary based on the current version at the time of reading.The install wizard recommends 500 MB of free space, but you probably noticed from the previous screen that 2.1 GB was suggested. However, there are even more requirements later in the installation process. Furthermore, it is much easier if you have all your Android Studio parts, as well as your project files, on the same hard drive.
For these reasons, I recommend having at least 4 GB of free space. If you need to switch drives to accommodate this, then use the Browse.. button to browse to a suitable place on your hard drive.
Note down the location that you choose.
Using your preferred file manager software, perhaps Windows Explorer, create a folder called AndroidProjects
. Make it at the root of the same drive where you installed Android Studio. So, if you installed Android Studio at C:/Program Files/Android
, then create your new folder at C:/AndroidProjects
.
Or, if you installed Android Studio at D:/Program Files/Android
, then create your new folder at D:/AndroidProjects
.
Note that the screenshots in the next section show the AndroidProjects
folder on the D:
drive. This is because my C:
drive is a bit full up. Either is fine. I did the install tutorial screen captures on a borrowed PC with plenty of space on the C: drive, because that is the default for Android Studio. Keeping it on the same drive as the Android installation is neater and could avoid future problems, so do so if you can.
Notice that there is no space between the words Android
and Projects,
and that the first letter of both words is capitalized. The capitalization is for clarity, and the omission of a space is required by Android Studio.
Android Studio and the supporting tools that we need are installed and ready to go. We are now really close to building our first app.
Now, let's look a little bit at the composition of an Android app.