标签: eclipse android-emulator run-configuration
基本上我正在做一些数据库工作,我需要在每次启动之前将数据库的干净副本推送到模拟器。在每次运行之前从DDMS执行此操作变得有点乏味,所以我试图找到一种方法将其包含在运行配置中。
答案 0 :(得分:0)
如果您转到Android-SDK\platform-tools文件夹,可以使用命令行中的adb.exe程序将文件推送到AVD。
Android-SDK\platform-tools
adb.exe
示例:adb push [filename] [targetlocation]
adb push [filename] [targetlocation]