Friday, 7 October 2016

Take screenshot in android emulator in Android Studio

How to Get current screen capture android emulator screen in Android Studio.

Capturing android emulator screen shot is very important for all the app developers because with the use of app screenshot developer can upload them into their portfolio websites, android development tutorials websites. So here is the complete step by step tutorial for Take screenshot in android emulator in Android Studio.

Take screenshot in android emulator in Android Studio.

1. Start android studio and after that android emulator on your computer.
2. Click on Android device Monitor button.

android device monitor

 Now First click on Emulator then click on Small camera icon.

android studio screen capture

Here you go now your current emulator screen will be open on your computer screen. Click on Save button to capture current emulator open screen on your computer.

Take screenshot in android emulator in Android Studio

Change Android SDK Manager path in Android Studio IDE

How to choose, locate and connect another SDK Manager installation folder path inside Android Studio.

SDK Manager is the back bone of android development and without it, its impossible to develop android applications. Some time we have not update SDK Manager because it gets the heavy internet usages and the newer versions of Android L and android Marshmallow is much bigger then the older versions. So Usually we just go to our friends house who has already updated the SDK Manager and copied all its folders and files and paste them into our computer. So using this tutorial we can easily Change Android SDK Manager path in Android Studio from older version folder to newer upgraded version folder.

How to Change Android SDK Manager path in Android Studio IDE.

1. Start Android Studio.
2. Click on File -> Close Project to close existing open project .
                          close-project

Now Android Studio’s Main window will open in front of you, Click on
Configure -> SDK Manager.

configure-studio

Here you go now click on Edit link to change the SDK Manager path.

Change Android SDK Manager path in Android Studio IDE

How to start first new android project in Android Studio


How do i start my first android app through android studio.

First read my help article about How to install Android studio + Android sdk manager on windows platform. Starting new project in Android studio is a bit difficult to beginner because there are so much settings and configuration you have to setup before starting new fresh project. So here is the complete tutorial for How to start first new android project in Android Studio latest version.

How to start first new android project in Android Studio.

1.Download & Install Android Studio+SDK manager in your computer.
2. After done the whole downloading and installing you have found android studio official icon on your computers home screen.



If this is your first android project after android studio then it will show you a Windows security alert so click on ” Allow Access “.

Now it will ask you about selecting Android studio ui theme ” Intellij , Dracula ” .



After selecting the Android UI theme ” Start a new android project “.

Now enter Application Name, Company Domain name then click on Next button.


 Now you have to select the form factor your app will run on , Select minimum SDK or leave it by default then click on Next.

After that select Blank Activity .


Now add the activity name, layout name, activity title, menu resource name then click on Finish button.


And Finally Click on Finish