java.lang.ExceptionInInitializerError Caused by: java.lang.UnsatisfiedLinkError: Library not found
问题 I have existing code in c and c++. I have added these c files and cpp files in Android.mk file. And I have successfully created the .so files named itv.so in my application. But now when I am trying to run Android application It is showing error like... 12-20 13:26:31.362: E/AndroidRuntime(716): FATAL EXCEPTION: main 12-20 13:26:31.362: E/AndroidRuntime(716): java.lang.ExceptionInInitializerError 12-20 13:26:31.362: E/AndroidRuntime(716): at com.example.Internet_TV12.onCreate(Internet_TV12