ANDROID PROGRAMMING

How to Setup Android studio?

Setup Android studio?
Ans:-
Next step towards developing any applications is obtaining the integrated development environment (IDE). In the case of Android, the recommended IDE was Eclipse, a multi-language software development environment featuring an extensible plug-in system. But now Android Studio is recommended for android programming.
For Android development, you should download install the android studio from their site https://developer.android.com/studio/ To install Android Studio on Windows, proceed as follows: If you downloaded an .exe file (recommended), double-click to launch it. If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines). Follow the setup wizard in Android Studio and install any SDK packages that it recommends.
Show More

Leave a Reply

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

Back to top button