Skip to content Skip to sidebar Skip to footer

App Runs Correctly Once, Subsequent Runs Open Blank White Screen

I updated to Android Studio 1.0 today from 0.8.14. Most of the update was seamless, the IDE fixed a few things itself. I was using an older version of the gradle build tools, 0.12

Solution 1:

I found my problem.

compile 'com.google.android.gms:play-services:6.5.87' is the guy that broke it. I still don't know the why, but having that dependency stops my app from opening. Including earlier version of the play services lib, like 6.1.11, works perfectly. I don't have 6.1.88/83/74 to test with but I suspect they'd all be fine too.

Post a Comment for "App Runs Correctly Once, Subsequent Runs Open Blank White Screen"