Step 1: Installing Genymotion and creating an Android Virtual Device (AVD)
- Click here and create an account.
- Download Genymotion here (make sure you choose the Free-For-Personal-Use version)
- Go to the Genymotion's user guide and follow the Installing Genymotion Section and then scroll down to the Getting Started section to set up an Android Virtual Device (AVD). You can ignore all the other pages.
Step 2: Deploying an APK file into an AVD
- Start an AVD in Genymotion:

- Go back to MIT App Inventor and download your project as an APK file.

- Drag and drop the APK file to the window of the running AVD. Your application should launch.
Step 3: Connecting Genymotion to MIT App Inventor through USB
- Install the App Inventor Setup Software (see step 1 on this page) on your computer. Amongst other things it will install aiStarter on your computer.
- As of now, MIT App Inventor’s setup is using an older version of the adb, which results in MIT App Inventor not seeing Genymotion's AVD. To solve this issue,
- Windows: copy the adb.exe supplied with the Genymotion software (default location:
C:\Program Files\Genymobile\Genymotion\tools\adb.exe
) and paste it over the one installed in the commands-for-Appinventor folder on your computer (default location: C:\Program Files (x86)\AppInventor\commands-for-Appinventor\adb.exe
).
- Mac: Mac OS X: Make sure that Applications/AppInventor/commands-for-Appinventor/adb is the same as the one in Vbox settings (see screenshot below). You can use this adb.

- To test that everything is working OK, start the AVD, start aiStarter, and go to http://appinventor.mit.edu/test/ . You should see:

In aiStarter, there should see some activity as well:

Leave the AVD and aiStarter running.
- Download the MIT AI2 Companion App (http://ai2.appinventor.mit.edu/companions/MITAI2Companion.apk) and drag and drop it into the running AVD. You should get something like:

5 Now you can connect App Inventor to Genymotion: go to your project in App Inventor, click on connect > USB:

Your application should appear in Genymotion after 10 or 20 seconds.