博客
关于我
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/

    你可能感兴趣的文章
    Objective-C实现geometric series几何系列算法(附完整源码)
    查看>>
    Objective-C实现getline函数功能(附完整源码)
    查看>>
    Objective-C实现gnome sortt侏儒排序算法(附完整源码)
    查看>>
    Objective-C实现graph list图列算法(附完整源码)
    查看>>
    Objective-C实现GraphEdge图边算法(附完整源码)
    查看>>
    Objective-C实现GraphVertex图顶点算法(附完整源码)
    查看>>
    Objective-C实现greatest common divisor最大公约数算法(附完整源码)
    查看>>
    Objective-C实现greedy coin change贪心硬币找零算法(附完整源码)
    查看>>
    Objective-C实现greedy knapsack贪婪的背包算法(附完整源码)
    查看>>
    Objective-C实现GridGet算法(附完整源码)
    查看>>
    Objective-C实现half adder半加器算法(附完整源码)
    查看>>
    Objective-C实现hamiltonianCycle哈密尔顿图算法(附完整源码)
    查看>>
    Objective-C实现hamming code汉明码算法(附完整源码)
    查看>>
    Objective-C实现hamming numbers汉明数算法(附完整源码)
    查看>>
    Objective-C实现hammingDistance汉明距离算法(附完整源码)
    查看>>