Unable to use android:icon="@mipmap/ic_launcher" in Manifest after play services 7.5.0
Add following line to the application tag
tools:replace="android:icon"
Also import xmlns:tools="http://schemas.android.com/tools"
to manifest file.
Add following line to the application tag
tools:replace="android:icon"
Also import xmlns:tools="http://schemas.android.com/tools"
to manifest file.