Somewhat straight forward question that I cannot seem to find the answer to. I want to view the installed apks on my android emulator, what is the command to find a list of apks installed on the emulator via the command line in windows?
Asked
Active
Viewed 2,442 times
2 Answers
4
adb shell pm list packages
See android adb documentation. This command directly queries the package manager.

dudebrobro
- 1,287
- 10
- 17
0
Single click drag with the mouse on the screen upwards, then you can see all the applications

Raja Nagendra Kumar
- 427
- 1
- 5
- 12