I used the following procedure.
The procedure for installing apk files in Android Emulator (AVD):
Check the installed directory (for example: C: \ Program Files (x86) \ Android \ android-sdk \ tools) if it has an adb.exe file or not). If this folder is not there, then download the attachment here , extract the zip files. You will get adb files, copy and paste these three files into the tools folder
Run the AVD manager from C: \ Program Files (x86) \ Android \ android-sdk and run the Android emulator.
Copy and paste the apk file into C: \ Program Files (x86) \ Android \ android-sdk \ tools
Go to Start β Run β cmd
Enter cd "C: \ Program Files (x86) \ Android \ android-sdk \ tools"
Type adb install example.apk
After receiving the team success
Go to the application icon in the Android emulator, we can see your application
Ponmalar May 21 '12 at 7:26 a.m. 2012-05-21 07:26
source share