I have successfully finished an Android project\'s implementation and started to test the app for memory leaks.
Sometimes, I get DeadObjectExceptionaft
DeadObjectException
If You are calling any function from Native Library(.so file), Just check the package name used while creating JNI function is same as you are declaring native method in Java class.