1<?xml version="1.0" encoding="utf-8"?> 2<manifest 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 package="com.example.leakcanary"> 6 <application 7 tools:replace="android:name" 8 android:name=".ReleaseExampleApplication" /> 9</manifest> 10