After you have configured the Android Emulator, see Debugging on the Android Emulator for information about how to launch the emulator and use it for testing and debugging your app. The strange thing is that even if you run the command to list all app that are installed it will not show up but if you run the uninstall command with ur package name which should be ur project name or name that you have assigned you will get the success result which means it got uninstalled and to check that if run the uninstall command again with same package. Let me know if you need anymore help with genymotion. If you are using a Mac with an Apple chip, such as the M1, you will need to install the Android Emulator for M1 preview from GitHub. After that you can click on the new genymotion icon in android studio (which is at the top of the screen, usually at the far right next to the question mark icon).Īfter clicking on the new genymotion icon inside android studio, your emulator should start up in a few minutes, then all you do after that is run your code and choose your already running genymotion device and you should be golden.
Well after downloading and installing genymotion and vitualbox vm (when downloading genymotion if you chose the downloading package that includes genymotion and virtualbox vm you should already have both of these programs) next you need to open up the genymotion application that you just downloaded and sign in, then after you sign in on the genymotion application, you can create your first new virtual device by clicking on 'Add'.Īfter creating your new virtual device you need to download and install the genymotion plug-in on android studio.