How to find app package name and app activity name of the app

i have an app installed in my emulator?
how can i open it
how to find the activity and package name for the app present
plz help

Use App name : Appinfo
install and open it and find the app details of the app that you want to test

for emulator how to install it ?

like this :slight_smile:
enter command over cmd :
adb -s emulator-5554 install myapp.apk

1 Like