@AndroidDev solution worked for me. I had included the whole lib in gradle.
compile 'com.google.android.gms:play-services:8.4.0'
Changing to solved the problem. From 4 min to 1 min.
compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'com.google.android.gms:play-services-analytics:8.4.0'
Thnx