I have detected some of my activities are blocked at the launch. So I wrote that code in a new project:
public class LayoutTestActivity extends Activity {
In my case I requested too much advertisement items in one request. The heap is overloaded and GC started action and it blocked my Main thread. The piece of advice try to avoid requesting too much Ad in one request.
adLoader.loadAds(AdRequest.Builder().build(), 1)