0

我想向一些不是程序员且没有安卓手机的人展示我的应用程序。我认为这样做的唯一方法是使用 AVD,但由于他们不是程序员,我不希望他们通过 Eclipse。所以问题是,我如何设置一个 AVD 以仅在 apk 之外在 Eclipse 之外运行?

4

1 回答 1

0

oh, The best way is google.

  • make sure the Android SDK is installed before starting.
  • "$PATH/android create avd" to create an AVD or "$PATH/android list" to check the existed AVD.you can use "$PATH/android help" to get other API command.
  • use "emulator -avd avdname" to start an AVD. or "emulator -help" to get other api.
  • use "$PATH/adb help" to get adb API command.
  • use adb API command to control apk life-cycle.
于 2013-07-21T03:29:49.063 回答