You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The problem is in line 269 -> controller = new StandardVideoController(this);
Error:
a) Caused by: android.view.InflateException: Binary XML file line #28: Error inflating class com.d
ueeeke.videocontroller.MarqueeTextView
b) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.dueeeke.videocontroller.Mar
queeTextView" on path: DexPathList[[zip file "/data/app/io.p2p.iptv-1/base.apk"],nativeLibraryDirectories=[/data/app/io.
p2p.iptv-1/lib/x86, /vendor/lib, /system/lib]]
I am using the same repository (this) to compile with just a few changes, thanks in advance and waiting for answers.
The text was updated successfully, but these errors were encountered:
ADB Logcat: https://pastebin.com/WnYX6xUp
Java file: https://pastebin.com/ssBpU4Cq
XML: https://pastebin.com/n5dKk1wq
Gradle: https://pastebin.com/Arf0bvcP
Note: The problem is in line 269 -> controller = new StandardVideoController(this);
Error:
a) Caused by: android.view.InflateException: Binary XML file line #28: Error inflating class com.d
ueeeke.videocontroller.MarqueeTextView
b) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.dueeeke.videocontroller.Mar
queeTextView" on path: DexPathList[[zip file "/data/app/io.p2p.iptv-1/base.apk"],nativeLibraryDirectories=[/data/app/io.
p2p.iptv-1/lib/x86, /vendor/lib, /system/lib]]
I am using the same repository (this) to compile with just a few changes, thanks in advance and waiting for answers.
The text was updated successfully, but these errors were encountered: