Saturday, December 10, 2011

How to install apps to Android SDK?

Is there a way to install apps to this android emulator?|||it's actually very simple


1) note the location of the app (.apk file)


2) in a cmd console - go to the directory where you have extracted the android SDK to (if you do not have the sdk, download it from http://developer.android.com/sdk/1.5_r1/index.html and extract it)


3) go to the tools directory


4) type 'adb install app.apk' where app.apk is the name of the application you want to install


for more helpful hints you can visit my blog at http://developreality.blogspot.com/


Good luck


Elad Katz

No comments:

Post a Comment