简体   繁体   中英

Can we run android app in eclipse emulator by using the apk file

I want to test an already existing android app with different AVDs of different API levels. I have the apk file but not the source code. Is there any way to install this app in emulator by just using its apk file?

You are welcome to use the adb install /path/to/your.apk command to install an app on a device or emulator. You can find the adb binary in the platform-tools/ directory of your SDK installation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM