Android程序运行时出现androidruntime错误?

2024-11-26 08:33:47
推荐回答(1个)
回答1:

看log,是你的MainActivity.java的23行存在空指针异常导致的, 解决这个空指针引用即可解决问题。