Adding an application
- Change directory to the Android SDK directory/tools
- Make sure either the phone is connected or the emulator is running
- Double check the connection by typing
android list
Make sure your device is in the list (you can also type adb devices but this doesn't give as much information) - Type
adb install yourapkfile.apk
- You will see output such as:
1227 KB/s (982154 bytes in 0.781s)
pkg: /data/loca/tmp/yourapkfile.apk
Success
Removing Applications
- Turn on the phone or run the emulator
- Open the tray
- Go to settings
- Click Applications
- Click "Manage Applications"
- Click the name of the application you wish to uninstall
- Click the button "Uninstall"
- You should get a message confirming the application was uninstalled
No comments:
Post a Comment