-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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