一开始不黑的,后来不知道怎么回事就频繁导致应用黑屏,无响应。网上一搜,发现个这个:
https://productforums.google.com/forum/#!category-topic/analytics/report-bugs/RAgDNYFk6jo
GA as bundled in 6.5.87 is blocking at:
GoogleAnalytics.getInstance(context)
causing ANRs.
Google的回复是
This issue should be fixed in the latest version of Play Services now.
实际上呢?毛都没有,SDK Manager里的最新版就是6.5.87。
Stackoverflow上有人用反编译分析了一下:http://stackoverflow.com/questions/27447805/random-black-screen-when-launching-android-app-on-device
结果是Google的代码有问题,造成了死锁。解决办法是从AndroidManifest文件中移除那个指定tracker xml的meta项。
Google在这种问题上犯错、被人report还不修复,我也不知道说什么好了。
更新一下,今天又发现一个问题,Google的License Check在5.0下会导致应用崩溃,为什么自己的库都不测试好就发出去了呢。。。
https://code.google.com/p/android/issues/detail?id=78505