fullscreen-video-view icon indicating copy to clipboard operation
fullscreen-video-view copied to clipboard

Error inflating..

Open edgelv34 opened this issue 4 years ago • 2 comments

Caused by: android.view.InflateException: Binary XML file line #36: Binary XML file line #36: Error inflating class bg.devlabs.fullscreenvideoview.VideoControllerView Caused by: android.view.InflateException: Binary XML file line #36: Error inflating class bg.devlabs.fullscreenvideoview.VideoControllerView Caused by: java.lang.reflect.InvocationTargetException

[build.gradle/app] implementation 'bg.devlabs.fullscreenvideoview:library:1.1.6'

[xml]

<bg.devlabs.fullscreenvideoview.FullscreenVideoView
            android:id="@+id/fullscreenVideoView"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>

[activity]

override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)

        val videoView = findViewById<FullscreenVideoView>(R.id.fullscreenVideoView)
        val videoPath = "https://bit.ly/2wUgyUw"
        videoView.videoUrl(videoPath)
    }

why... happend..? :(

edgelv34 avatar Apr 12 '21 11:04 edgelv34

I am facing same issue

STPLMAYUR avatar Aug 04 '21 06:08 STPLMAYUR

I am facing same issue on android 9

navidkhalilian avatar Sep 06 '21 19:09 navidkhalilian