小编chi*_*n87的帖子

无法在null对象上调用void android.view.View.setTranslationZ(float)

我在我的项目中使用库recyclerview-multiselect在recyclerview上选择多个项目在三星设备上:当我长按并选择一个项目时,多重选择器启动但是一旦我取消选择最后一个选择的项目我就会得到以下异常这只发生在三星设备

JNI DETECTED ERROR IN APPLICATION: can't call void android.view.View.setTranslationZ(float) on null object
in call to CallVoidMethodV
from void android.animation.PropertyValuesHolder.nCallFloatMethod(java.lang.Object, long, float)
"main" prio=5 tid=1 Runnable
| group="main" sCount=0 dsCount=0 obj=0x86d99ef0 self=0xb4d07800
| sysTid=28321 nice=0 cgrp=apps sched=0/0 handle=0xb6f9dec8
| state=R schedstat=( 1263638622 186444747 1521 ) utm=90 stm=36 core=1 HZ=100
| stack=0xbe20a000-0xbe20c000 stackSize=8MB
| held mutexes= "mutator lock"(shared held)
native: #00 pc 00004c58  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
native: #01 pc 000034c1  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
native: #02 pc 002590fd  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, …
Run Code Online (Sandbox Code Playgroud)

android samsung-mobile android-recyclerview

16
推荐指数
1
解决办法
2444
查看次数