Skip to content

Setting up Android Studio

Andreas Eberle edited this page Apr 21, 2016 · 1 revision

Troubleshooting

When I run the Android app, it is very slow

This is caused by the instant run feature of Android Studio. At the moment this causes a reduced framerate by factor 5 to 10. Therefore we recommend disabling the instant run feature in Android Studio for now.

To disable Instant Run:

  1. Open the Settings or Preferences dialog.
  2. Navigate to Build, Execution, Deployment > Instant Run.
  3. Uncheck the box next to Enable Instant Run.