You are about to download an APK file from an Android emulator.

Asked 1 years ago, Updated 1 years ago, 85 views

How do I install and run APK on Android emulator?

android android-emulator apk install

2022-09-21 15:44

1 Answers

Run emulator (SDK Manager.exe->Tools->Manage AVDs...->New then Start)

Enter cmd in the XP page execution window and move to the platform-tools folder in SDK

Copy APK file to 'android-sdk\tools' or 'platform-tools'

Entering Commands

adb install [.apk path]

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

1.Copy APK file to 'android-sdk\tools' or 'platform-tools'

Turn on the terminal to the platform-tools folder in Android-sdk

Enter ./adbinstallFileName.apk

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

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

Enter this way


2022-09-21 15:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.