标签: android performance libraries startup
我的应用无法立即启动,只需几秒钟即可显示第一个活动,这只是我的应用徽标文字的内容。
我使用了两个外部库:
compile 'com.google.android.gms:play-services:11.0.4' compile 'com.journeyapps:zxing-android-embedded:3.5.0'
我不会在第一个活动中使用它们,它只是一个徽标activity。
activity
那我为什么会遇到这个问题呢?
答案 0 :(得分:0)
此问题称为 Cold starts
按照以下链接,以避免冷启动
http://blog.androiduithemes.com/avoiding-cold-starts-on-android/
http://saulmm.github.io/avoding-android-cold-starts