FFvideoLiveWallpaper icon indicating copy to clipboard operation
FFvideoLiveWallpaper copied to clipboard

Application crashed

Open apacherai opened this issue 10 years ago • 1 comments

Hi, i am trying to import this project to my ecllipse and then i did every thing mentioned in read_me file. But still it gives error that app unfortunately stopped. when i checked the logcat file it says Error in NativeCalls.java at 63 line. But i don;t understand what is the error and how to fix it.

apacherai avatar Apr 16 '14 18:04 apacherai

The library for the project is not compiled, you have to go to the app folder and execute ndk-build to compile the c libraries (to execute the ndk build you have to install the android ndk and set the environment variable).

jacquesgiraudel avatar Sep 03 '14 15:09 jacquesgiraudel