Setting up Android Studio - jsettlers/settlers-remake GitHub Wiki
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:
- Open the Settings or Preferences dialog.
- Navigate to Build, Execution, Deployment > Instant Run.
- Uncheck the box next to Enable Instant Run.