在android 模拟器上安装 apt 文件

  • Post author:
  • Post category:其他


  1. First get the Android SDK and unzip it somewhere on your hard drive
  2. Add SDK_ROOT to your system variables pointing to /tools folder under the sdk
  3. Run the emulator
  4. Copy the apk file to /tools folder
  5. Change directory to /tools and run from commandline

    $adb install your_application.apk
  6. Now check applications list in the emulator and you should see the new application installed and ready.



版权声明:本文为free2o原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。