Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My application taking so much time to launching First Activity screen

My application taking so much time to launching First Activity screen. It will showing white screen for long time. Even after kill my application and accessing.

I am using Java 8 and Android Studio 2.1.1, Gradle version as com.android.tools.build:gradle:2.1.0

like image 956
Naveen Kumar M Avatar asked May 28 '16 07:05

Naveen Kumar M


2 Answers

The Instant Run is enabled in your Android Studio. Try to disable the function. You will not get that issue.

Why does my App start incredibly slow (10s+) at first run, showing only white screen on android 5.0?

like image 98
Panneer Selvam R Avatar answered Oct 20 '22 13:10

Panneer Selvam R


check this In android studio --> File --> Setting --> Build --> Remove tick following option's enter image description here

like image 8
Milan Pansuriya Avatar answered Oct 20 '22 13:10

Milan Pansuriya