How to fix problem with DeadObjectException?

后端 未结 2 1080
挽巷
挽巷 2020-12-06 17:43

I have successfully finished an Android project\'s implementation and started to test the app for memory leaks.

Sometimes, I get DeadObjectExceptionaft

2条回答
  •  余生分开走
    2020-12-06 17:49

    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.

提交回复
热议问题