Search code examples
androidandroid-studio-2.0android-instant-run

Android Instant Run First-time takes too much time to launch app after installed


I have installed introduced in

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.

enter image description here

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


Solution

  • 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.