I accidentally uninstalled the apk file from Genymotion. Now, the debug option in android studio cannot make the app work on Genymotion. How to make things correct again?
You can call adb kill-server and adb start-server. Now Run the app again. If this doesn't work then close genymotion and start again.