I have one stupid confusing question , in eclipse , Manifest file load first while run the android application.
But in android studio project which file load first , out of ,
        - build.gradle  file  or
        - Manifest file ?
which of one above called first ?
because build.gradle file also contains,
        - compileSdkVersion 
        - buildToolsVersion    and default config having following,
        - applicationId 
        - minSdkVersion 
        - targetSdkVersion
        - versionCode 
        - versionName 
thank you.
 
     
    