I want to run monkey on game 2048 using adb
So, i need package name of 2048, i used
adb shell pm list packages -f
to list packages.
I could not find 2048 in it, but the application is installed on my device. Is there any regex by which i can look for package name using keyword 2048
Using the same command just look for /data/app/ in the list. And if you are using and Linux destro or MAC then you can use grep/egrep command on output to find it easily