Say you named your package com.example.myfirstapp . Then you can check if the package is installed correctly with the following command:
adb shell pm list packages com.example.myfirstapp
If it responds with package:com.example.myfirstapp - then you can check the installed package location with:
adb shell pm path com.example.myfirstapp
Alex P.
source share