I run the application in the emulator it works successfully and the icon of the application is show in the emulator menu but when i try to run again that app from the emulator menu it can’t allow me to run from that and display the Toast “Application is Not installed in your phone”.
In the Image the red rounded is my application icon.

This can happen if you have your
MainActivitydeclared twice in your AndroidManifest.xml,first as a launhcer
and then just declared like:
So check for this and delete the second extra declaration.