iknow4x / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.
Apache License 2.0
1.11k stars 264 forks source link

android.view.InflateException: Binary XML file line #9: Error inflating class com.example.VideoTrimmerView #42

Closed riddhee closed 5 years ago

riddhee commented 5 years ago

How to use this view in my app.It's generated android.view.InflateException: Binary XML file line #9: Error inflating class com.example.VideoTrimmerView this error.

wang-neng commented 5 years ago

检查VideoTrimmerView的全路径名是否为”com.example.VideoTrimmerView“