ANDROID PROGRAMMING

How to create your first android application?

How to create your first android application?
Ans:-
To create your first android application launch android studio.
Then click on Start a new android studio project.
In the New project window enter your Application Name. And leave rest of the field as they are.
Then click on Next
In the Target Android devices choose the minimum sdk version. and click Next
Then choose Blank activity and then click Next and then click on Finish. It will load your gradle project. wait until it is complete.
Then to run this app click Run from Menu or click shift+f10 choose emulator then click OK.
Congrats here you have generated your first android application.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button