How to Update Android Studio and make simple project
How to Update Android Studio and make simple
project
Source: Google
Introduction
In this practical you learn how to install Android
Studio, the Android development environment. You also create and run your first
Android app, Hello World, on an emulator and on a physical device.
What you should already know
You should be able to:
· Understand the general software development process
for object-oriented applications using an IDE (integrated development
environment) such as Android Studio.
· Experience in object-oriented programming, with
some of it focused on the Java programming language. (These practicals will not
explain object-oriented programming or the Java language.)
What you'll need
· A computer running Chrome OS, Windows, Linux, or a
Mac running OS X. See the Android
Studio download page for up-to-date system requirements.
· Internet access or an alternative way of loading
the latest Android Studio and Java installations onto your computer.
What you'll do
· Install the Android Studio development environment.
· Create an emulator (virtual device) to run your app
on your computer.
· Create and run the Hello World app on the virtual
and physical devices.
· Explore the project layout.
· Generate and view log messages from your app.
· Explore the AndroidManifest.xml
file.
Android
Studio Update
Welcome, today we will see how to update our android studio in windows. So first I am starting it, and here, what I am doing. I am just opening a new project here. i am giving the name, and finish closing all of this. what i have to do. we have to go here, and here settings. then settings in behaviour and in updates. So right now, I have to do what we have to do, we have to check now, and here. what we have to do we have to just download it will go here, and we can download it from here.
So we will just click download and after reading here. it is
downloading here. so here we have downloaded successfully. and now open and
next now we can just next. and it's installing click next and finish now you
can see our new version of android studio has been successfully installed. and
now you can see, we have just opened a new project and we can continue.
New
Project
So we have a project now here. We have some of our activities designed. so it's a web view, what you have to do is, we always split it then what we will do. we will select the text view here. then we will connect with this hello. so you will see this word changes and what we will do we'll just run it from the program. but before that i want to show you how, when you will select the new folder. new project then what you will do you have to choose this activity. okay so let's hang out for them. so here we got an error. So what I will do I will be just okay.
Let's try to make our program successful again. so you will
be able to see this and you can see this is our hello world. what i will do now
here again and now in emulator you can easily view our hello world.
Conclusion
We
learnt :
- How to
install and use the Android Studio IDE.
- How to use the development process for
building Android apps.
- How to create an Android project from a
template.
- How to add Textview to your app.
Reference
: Android Studio Update, Hello World App
Make
your App today !
Written by Tarun Sikhwal
Comments
Post a Comment