I have installed android-instant-run introduced in android-studio-2.0
I am getting problem while running my app first time. Its appearing with blank screen for a 5 to 10 seconds then after launching activity.
It takes time to run first time only for every application but why it happens that I don't know.
Logcat : W/System: ClassLoader referenced unknown path: /data/app/com.package.name/lib/arm
Hello I am also facing this issue when i update my Android Studio 2.0
This issue is resolved by changing minSDKVersion from 14 to 16 and change the gradle version to 2.4. This will work fine.