Android Studio 2.0 - pause/white screen on App first run

Solution 1:

Check image for reference Turn off Instant Run in Settings. File>Settings>Build,Deployment>Instant Run Deselect all options shown there.

Now white screen problem is solved.

In android studio 2.0,My APK size was 16 MB while using Instant Run. Without using Instant Run it became 27 MB. While in 1.5 .. the size was 27 MB.

Instant Run is the culprit.

  • White screen Issue/ Instant Run is only for Debug builds .. Issue will not affect release builds.