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
Hi
Frankandrobot
Thank you very much for sharing your code FFvideoLiveWallpaper. I want to rename application package name. I have followed the instructions on your website and recompiled everything. I have updated every function call in video.c with my package name to follow the JNI style and clean the ndk-build and then recompile. But still I am not able to call Native Method and my application crashes. Log cat gives me the following problems:
java.lang.UnsatisfiedLinkError: initVideo at
com.danielcotton.tabletlwp.NativeCalls.initVideo(Native Method).
And I want to span the video on whole screens but video is spanning only on two or three screens. Please tell me how to span the video on whole screens.
I’ll be really thankful, if you would help me in this.
Thanks and regards
Vinay
The text was updated successfully, but these errors were encountered:
Hi
Frankandrobot
Thank you very much for sharing your code FFvideoLiveWallpaper. I want to rename application package name. I have followed the instructions on your website and recompiled everything. I have updated every function call in video.c with my package name to follow the JNI style and clean the ndk-build and then recompile. But still I am not able to call Native Method and my application crashes. Log cat gives me the following problems:
java.lang.UnsatisfiedLinkError: initVideo at
com.danielcotton.tabletlwp.NativeCalls.initVideo(Native Method).
And I want to span the video on whole screens but video is spanning only on two or three screens. Please tell me how to span the video on whole screens.
I’ll be really thankful, if you would help me in this.
Thanks and regards
Vinay
The text was updated successfully, but these errors were encountered: