Hi,

bug fixed 1   :

 

// in the manifest add  >
   tools:node="replace"

 

or bug fixed  2  :

// in the manifest add >
   tools:replace"icon, label"

or bug fixed  3  :

// this
dependencies {
    classpath 'com.android.tools.build:gradle:1.5.0'
}
//Change  >>>
dependencies {
    classpath 'com.android.tools.build:gradle:1.2.0'
}