你能用eclipse运行配置将文件推送到模拟器吗?

时间:2013-02-26 13:12:45

标签: eclipse android-emulator run-configuration

基本上我正在做一些数据库工作,我需要在每次启动之前将数据库的干净副本推送到模拟器。在每次运行之前从DDMS执行此操作变得有点乏味,所以我试图找到一种方法将其包含在运行配置中。

1 个答案:

答案 0 :(得分:0)

如果您转到Android-SDK\platform-tools文件夹,可以使用命令行中的adb.exe程序将文件推送到AVD。

示例:adb push [filename] [targetlocation]