博客
关于我
ButterKnife使用问题
阅读量:395 次
发布时间:2019-03-05

本文共 788 字,大约阅读时间需要 2 分钟。

???????????

  • IllegalStateException: Required view 'button' with ID 2131165211 for method 'clickBtn' was not found.

    • ????????????????????ID?2131165211???'button'????????????????
    • ?????
    • ?????Activity?Fragment??????????????????????
    • ?????????????@Nullable???????
    • ????????????????????@Optional???
  • EventBusException: Subscriber class com.example.mytestapp.eventbus.TestEventBusfirstActivity and its super classes have no public methods with the @Subscribe annotation.

    • ?????EventBus???TestEventBusfirstActivity???????@Subscribe????????
    • ?????
    • ?????EventBus???????????
    • ???????????EventBusSubscriber??????????
    • ????????????????@Subscribe???
    • ???????????????????????@Subscribe???
  • ?????

    • ???EventBus???????????
    • ??????????????public?
    • ?????????EventBus???????
    • ???????????????UI?????

    ?????????????????????????

    转载地址:http://qdbzz.baihongyu.com/

    你可能感兴趣的文章
    openpyxl 模块的使用
    查看>>
    OpenResty & Nginx:详细对比与部署指南
    查看>>
    openresty 前端开发入门六之调试篇
    查看>>
    OpenResty(nginx扩展)实现防cc攻击
    查看>>
    openresty完美替代nginx
    查看>>
    Openresty框架入门详解
    查看>>
    OpenResty(1):openresty介绍
    查看>>
    OpenResty(2):OpenResty开发环境搭建
    查看>>
    OpenResty(3):OpenResty快速入门之安装lua
    查看>>