我想通过命令行对模拟器进行部署
基于本教程 http://developer.android.com/training/basics/firstapp/running-app.html
我应该跑
ant debug
adb install -r bin/MyApp.apk
运行成功。
KitApp adb install -r bin/KitApp.apk
912 KB/s (279569 bytes in 0.299s)
pkg: /data/local/tmp/KitApp.apk
Success
但是,模拟器不会更新我的新应用程序。但是当我使用 GUI、eclipse 来点击运行时,应用程序会在 emlator 中自动更新它
哪些步骤出了问题?我是android开发的新手。