Hello everyone.
I am developing an Exoplayer wrapper (yes, I already know what is in the forum) the idea is to learn how to do it. Because I want to make another wrapper. I did the steps right though (I think) hahaha.
The SLC tool compiles the library well and generates the files (jar and xml). But when I run the wrapper test, I get the following error.
I appreciate any help. If you need the eclipse code, I will gladly pass it on to you.
I want to solve this problem. Thank you
I am developing an Exoplayer wrapper (yes, I already know what is in the forum) the idea is to learn how to do it. Because I want to make another wrapper. I did the steps right though (I think) hahaha.
The SLC tool compiles the library well and generates the files (jar and xml). But when I run the wrapper test, I get the following error.
Error:
... 24 more
** Activity (main) Resume **
** Activity (main) Create (first time) **
Error occurred on line: 60 (Main)
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.aisoft.radio107.ExoplayerView
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:155)
at anywheresoftware.b4a.objects.PanelWrapper.LoadLayout(PanelWrapper.java:134)
at com.aisoft.radio107.main._activity_create(main.java:443)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:157)
at com.aisoft.radio107.main.afterFirstLayout(main.java:105)
at com.aisoft.radio107.main.access$000(main.java:17)
at com.aisoft.radio107.main$WaitForLayout.run(main.java:83)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:280)
at android.app.ActivityThread.main(ActivityThread.java:6706)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Caused by: java.lang.ClassNotFoundException: com.aisoft.radio107.ExoplayerView
at java.lang.Class.classForName(Native Method)
I appreciate any help. If you need the eclipse code, I will gladly pass it on to you.
I want to solve this problem. Thank you