n-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter convertView

Posted 彬sir哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了n-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter convertView相关的知识,希望对你有一定的参考价值。

我这是把java转kotlin,报错提示:

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter convertView
        at com.ufi.pdioms.ztkotlin.adapter.ListViewAdapter.getView(Unknown Source:2)
        at android.widget.AbsListView.obtainView(AbsListView.java:2396)

错误在哪,可以发现,我不说多,直接说吧,如下图:

代码中:convertView: View,convertView不能空,添加为空
修改:

override fun getView(position: Int, convertView: View?, parent: ViewGroup): View?

以上是关于n-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter convertView的主要内容,如果未能解决你的问题,请参考以下文章

Xcode 内存泄露检查出现:nil returned from a method that is expected to return a non-null value iOS 解决方案。(示例代码

php中method_exists()和is_callable()如何进行语句判断

当映射 ko.mapping.fromJS 值为 null

关于ko.toJSON的使用($ data,null,2)

=Required reguest parameter 'min' for method parameter type Integer is not present

TypeError: 'method' object is not iterable