AndroidStudio 開發過程當中遇到的常見的編譯問題

butterknife 引用沒問題出現nullpoint問題 butterknife的導入必須放在library module。 那麼如何解決呢?解決方法很簡單,在 app module 內引用 annotationProcessor annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' 而在 library m
相關文章
相關標籤/搜索