This tutorial was In spanish,so i have to use "Google Translate" for translate it to english.It have too much errors,but i hope everybody understand it !
Summary
This guide covers the following points:
- Introduction to Installing Android SDK.
- Alternative Online.
- Installing the SDK, Android Device Emulator.
- Installing applications, games in our virtual device Android.
- Uninstalling applications, games our virtual device Android.
[multipage=Introduction to install Android SDK]
Introduction to install Android SDK
This guide is aimed at all users who like me are curious to know that it's all about the "Android" SDK basically is aimed at software developers, but we will serve to "emulate" a Android device, install applications, games, etc. and to take a look at this latest operating system.
The purpose of this guide is to show how we can install and configure our desktop PC, which for some will be too easy for others not so.
And of the doubts that some clueless questions, since they clarify that this SDK can not install on their phone but it is for PC.
[multipage=Installing the SDK, Android Device Emulator]
Installing the SDK, Android Device Emulator
1-Download the SDK from the page ---> You must login or register to view this content.
2-Unzip the contents into a folder of our choice, in my case, create a folder called "androidsdk" on the C drive to have it close at hand.
4-Once on the screen "Android SDK and AVD Manager" we went to the part where you select the option Settings marked in orange (some pc's but this does not let us mark off the packages required for installation.
6-After downloading the required packages we go to "Virtual Devices" where we will create our device Android Virtual:
Basically choose a name for your device, define the capacity of the SD card (do not overdo it with the number makes no sense), then the screen resolution and finally the characteristics of our device hardware for Android.
7-Once created finally came time to load the emulator, on their PCs going to Start -> Run / Run and will appear a DOS command window where you should go to the folder "Tools" in the folder where you installed the emulator (in my case c: \ androidsdk \ tools)
1-Download the application online *. apk who wish to install and copied the folder "Tools"
2-Open a DOS command window as I explained earlier.
3-Run the command:
adb install [application name]. apk
In my example would adb install NemoPlayer.apk
If I get the following error:
Originally posted by another user
* daemon not running. starting it now *
* daemon started successfully *
error: device offline
simply try again and this 2nd time should not have problems.
[multipage=Uninstalling applications, games our virtual device Android]
Uninstalling applications, games our virtual device Android
Since the emulator go to settings -> Applications -> Manage Applications -> are placed on the application you want to uninstall and click, they will ask if you are sure, answer "Yes" and ready application uninstalled.
This tutorial was In spanish,so i have to use "Google Translate" for translate it to english.It have too much errors,but i hope everybody understand it !
I would thank you, but I already gave out to many :lol: good work!