Kotlin NullPointer Exception Android [关闭]

Posted

技术标签:

【中文标题】Kotlin NullPointer Exception Android [关闭]【英文标题】:Kotlin NullPointer Exception Android [closed] 【发布时间】:2021-02-11 03:24:30 【问题描述】:

即使在 Kotlin 文件中存在正确导入后,在 firebase 中,我在 firebase crashalytics 中收到 NullPointerException,而且数量更多。

添加图像作为行号证明的一部分,采用 hastbin 或代码格式,我无法添加行号。

从 onViewCreatet API 被调用,并且在第 311 行,progress.hide() 来自 API Response 函数。

【问题讨论】:

请不要张贴图片,复制粘贴代码并用三个反引号 (`) 括起来。并发布相关的 Kotlin 源代码,直接连接到进度变量。 我投票结束这个问题,因为代码应该以适当的格式(例如 markdown 或 pastebin 或类似工具)共享 你有一个空指针异常。这个问题是重复的***.com/q/218384/2350083 【参考方案1】:

如果您发布整个代码会很有帮助,但我认为问题是您在 progress 上调用 .hide()onViewCreated() 覆盖方法之前,所以这就是为什么 progress 在返回时是 null findViewById().

【讨论】:

以上是关于Kotlin NullPointer Exception Android [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

在 Kotlin 中将值从 Activity 传递到 Fragment

nullpointer遍历xml

Butterknife 片段旋转给出 NullPointer

@WebFilter 和 FacesContext.getCurrentInstance() -> Nullpointer

NullPointer 当我调用 bindService()

获取 XMPPConnection 的 Nullpointer 异常