Q. I downloaded the install for android SDK, but how do i actually install it? Do i need another developer program (like Eclipse or whatever) to actually make apps for my G1? i can't even get the emulator to open...
A. go to google android site and read the docs
it explains everything there
How to install apps to Android SDK?
Q. Is there a way to install apps to this android emulator?
A. 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
How to install new apps in Android SDK?
Q. I use Android SDK "Sony Ericson EDK" So how do i install new apps in this SDK?
A. Sounds like you mean the Android Emulator, not the Android SDK (two separate things completely)
http://www.howtogeek.com/howto/21862/how-to-enable-the-android-market-in-the-google-android-emulator/
---
Kasey C, PC guru since Apple II days
Better to understand a little than to misunderstand a lot.
Powered by Yahoo! Answers
Title : installing android SDK?
Description : Q. I downloaded the install for android SDK, but how do i actually install it? Do i need another developer program (like Eclipse or whatev...