I am trying to implement https://github.com/frankandrobot/GLWallpaperVideoDemo but this is 3 year old code. I didn't find any other tutorial. I am using eclipse on windows 7. I have searched on google
and found that NDK-r7
versions and later can also be build on windows without using Cygwin
. I have also followed this link How to play video as live wallpaper android?. I have generated .so files as well but when i try to install this in my device It is getting crashed. I have installed NDK also tried to replace latest FFMpeg
libraries but no Luck! I wonder if someone could help me out of these? Error java.lang.RuntimeException: Unable to instantiate service frankandrobot.glwallpapervideodemo.com
Asked
Active
Viewed 377 times
0
1 Answers
0
I end up using the linux system and i followed all the process to build NDK and libraries step by step. And finally solved my problem.

Divyu
- 1,325
- 9
- 21
-
how you solved your errors can you share it here please? i have same issues – Muhammad Natiq Apr 11 '18 at 12:46