Hello Guys,
Today I explain how to install .APK file into Android Emulator.
Sometimes users want to do testing in emulator but due to absence of supported application they can't test their application in emulator.
Here are steps for apk installation.
Before you start installation you must run your emulator.
Step 1: Download required .APK file from Internet.
Step 2: Go to your drive where you installed android sdk like following.
D:\android-sdks\platform-tools
Step 3: Copy & Paste your .apk file into platform-tools.
Step 4: Open Command Prompt and Set the path upto platform-tools like following.
D:\android-sdks\platform-tools>
Step 5: Run the following command for installation.
adb install com.adobe.reader.apk
Step 6: You will get following result after successfull installation of apk.
Step 7: Now you can check into your emulator.
Today I explain how to install .APK file into Android Emulator.
Sometimes users want to do testing in emulator but due to absence of supported application they can't test their application in emulator.
Here are steps for apk installation.
Before you start installation you must run your emulator.
Step 1: Download required .APK file from Internet.
Step 2: Go to your drive where you installed android sdk like following.
D:\android-sdks\platform-tools
Step 3: Copy & Paste your .apk file into platform-tools.
Step 4: Open Command Prompt and Set the path upto platform-tools like following.
D:\android-sdks\platform-tools>
Step 5: Run the following command for installation.
adb install com.adobe.reader.apk
Step 6: You will get following result after successfull installation of apk.
Step 7: Now you can check into your emulator.
No comments:
Post a Comment