To install Android studio in your system follow this steps:- 1. Go to google type download jdk and install it in your system. 2. And again go to google type android studio downloads; you have to visit this link:- https://developer.android.com/studio/ On the top of this site you will see download option with your system configuration with latest version. 3. download and install with the default configuration. It will take several time as system will have to install all the android sdk and the libraries required for the Android IDE. 4. After installation open android studio, click on New Application development 5. write application name- Helloworld 6. You may change package name, but in this case do not change leave it as it is. 7. select Empty activity and click on Finish. 8. Now your Helloworld application is ready you will see gradle will be running for the some time wait until it finish. 9. Now its Time for testing. you have 3 option you may ...
Become a coding expert