MAO-EYE 2010-08-13 19:43 采纳率: 100%
浏览 888
已采纳

如何在 Android 模拟器中安装 APK 文件?

I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and running it on the emulator.

How can I install an APK file on the Android Emulator?

转载于:https://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator

  • 写回答

30条回答 默认 最新

  • ℡Wang Yan 2010-08-13 19:50
    关注

    You can simply drag and drop the .apk file of your application to the emulator and it will automatically starts installing.

    Another options:


    Windows:

    1. Execute the emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)
    2. Start the console (Windows XP), Run -> type cmd, and move to the platform-tools folder of SDK directory.
    3. Paste the APK file in the 'android-sdk\tools' or 'platform-tools' folder.
    4. Then type the following command.

      adb install [.apk path]

      Example:

      adb install C:\Users\Name\MyProject\build\Jorgesys.apk

    Linux:

    1. Copy the apk file to platform-tools in android-sdk linux folder.
    2. Open Terminal and navigate to platform-tools folder in android-sdk.
    3. Then Execute this command -

      ./adb install FileName.apk

    4. If the operation is successful (the result is displayed on the screen), then you will find your file in the launcher of your emulator.

    Mac:

    PATH=$PATH:~/Library/Android/sdk/platform-tools
    

    Example : PATH=$PATH:/users/jorgesys/eclipse/android-sdk-mac_64/tools

    Then run adb.

    Mac:

    1.Run the emulator,

    2.then copy your .apk file and paste into /Users/your_system_username/Library/Android/sdk/platform-tools,
    if you are not able to find sdk path in your mac system, do the following steps: Open finder->select Go option on top menu -> select Go to Folder option -> it will popup a window with a textfield: /Users/your_system_username/Library/Android/sdk/ -> now open platform-tools folder and paste your copied .apk file,

    1. Now open terminal and type the following: cd Library/Android/sdk/platform-tools

    2. execute the following in your terminal: ./adb install yourapkfilename.apk if you get the following error message: error: no devices found - waiting for device, follow the step 5.

    3. Run your emulator from Android Studio, once emulator active then repeat step 4, you will see the success message on your terminal.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(29条)

报告相同问题?

悬赏问题

  • ¥50 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?