So I've been noticing something strange when using the newest gradle(2.1.2) for building my apps, the first time the app is installed the cold start screen is dramatically long (10 to 30 seconds even), I thought it was odd and just changed the gradle version to 2.0.0 and tada activity starts in 1 second tops, this theory I tested out two different apps and I can confirm changing the gradle to the older 2.0.0 improves the first time launch performance.
Please note this issue is a little difficult to notice because it happens ONLY after a fresh installation for the FIRST TIME ONLY, from the next sequence of launches or even updates it opens in a short span of time normally.
So is this a known issue or something? cause I cant find anything to resolve this other than downgrade the gradle which I myself came up with.
JFYI - I used JDK 8 and target the latest API and use the newest version of everything(now except for the gradle of course).