Google Play Services 6.5 apps white screen. +

My app starts successfully when using:

compile 'com.google.android.gms:play-services:6.1.11'

      

But when I switch to using:

compile 'com.google.android.gms:play-services:6.5.+'

      

The app immediately displays a white screen and then ANR.

This is the gradle console log after cleaning and building:

Configuration on demand is an incubating feature.

WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.1 is ignored for <app1> as it may be conflicting with the internal version provided by Android.
     In case of problem, please repackage it with jarjar to change the class packages
...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
...

BUILD SUCCESSFUL

      

+3


source to share


2 answers


How much do you use Google Analytics? I recently found https://code.google.com/p/android/issues/detail?id=82157 which seems to be the same issue as me. If so, you can try Google Analytics block Android app



+2


source


In version 6.5 you no longer need to import all game services submodules Check this link ;)



Hope this helps!

-1


source







All Articles