E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.hmlafm, PID: 7440
android.view.InflateException: Binary XML file line #6: Binary XML file line #6: Error inflating class TextViewm
Caused by: android.view.InflateException: Binary XML file line #6: Error inflating class TextViewm
Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.TextViewm" on path: DexPathList[[zip file "/data/app/com.example.hmlafm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.example.hmlafm-1/lib/x86, /system/lib, /vendor/lib]]

Binary XML file line #6: Error inflating class TextViewm 这里出问题了。
在你的布局文件第6行。
原因是你单词写错了
Didn't find class "android.view.TextViewm"
android.view.TextView
多了个m