sMobile ? "width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" : "width=1100"' name='viewport'/> android xda: How To Install Android SDK On PC

Saturday 8 October 2016

How To Install Android SDK On PC

Android SDK (Software Development Kit) is kind of Android simulator that you can install on the Windows OS based computer, so you can flash the APK apps to your Android SDK, without the need to have a Android smartphone or tablet. Just use a Windows than you can run the apps.
Advertisements.

Tools you need to install Android SDK.

How to install Android SDK on PC.


The process is quite easy and it takes only patient and focus on following the flashing steps
  1. Install the Java to your PC.
  2. Extract the Android SDK on your PC.
  3. Now find the SDK Manager on the extracted Android SDK folder.
  4. Now run the SDK Manager, find the Android version such as Android 4.0.3 (API 15) or newer (Remember the newer means take your memory more). 
  5. Check the SDK Platform, Sample SDK, ARM EABI, Google APIs, or you can check all the options.
    How To Install Android SDK On PC
  6. Still on the SDK Manager. Find the Tools -> Manager AVDs -> New. Then create AVD name, Device. I suggest you to setting just like settings on the following picture.
    How To Install Android SDK On PC
  7. Now you can click OK then run the Android SDK by pressing Star –> Launch --> Wait till the Android opens. It takes sometime, my advice is you to have 2G free space.
  8. Once the Android is running, don't close the Android SDK, instead just click Minimize and do not click Close because it is to install the APK.
  9. Re-open the extracted Android SDK folder and then extract ADB -> SDK -> Tools, you will find 3 files inside ADB. You need to extract these three files for ADB or download from here.
  10. Now copy and paste the APK to the Tools folder you extracted before.
  11. Still inside the Tools folder, point your cursor to the empty space then press Shit and right click to Open Command Window Here.
    How To Install Android SDK On PC
  12. After it's opened then type your APK name, for example KakaoTalk3.9.9.apk or such and then hit Enter to begin installations.
    How To Install Android SDK On PC
  13. Wait. Once done the APK will automatically be installed on Android SDK (Remember during the process don't close the Android SDK).
    How To Install Android SDK On PC
  14. In case the installations failed, then open Task Manager then search for the ADB and close it by selecting End Task. 
  15. Done and now you can as many Android apk files on your Android SDK.
Advertisements.

That's it and congratulations because you have now master the instructions to install Android SDK on your PC.

No comments:

Post a Comment