0
注入片段,所以建議使用註釋@FragmentKey注入Fragment。但是這個片段是在android.app包下的,但是我們通常使用包android.support.v4.app下的片段,那麼,如何解決這個問題呢?android中的dagger2無法在dagger2主頁上使用@FragmentKey
注入片段,所以建議使用註釋@FragmentKey注入Fragment。但是這個片段是在android.app包下的,但是我們通常使用包android.support.v4.app下的片段,那麼,如何解決這個問題呢?android中的dagger2無法在dagger2主頁上使用@FragmentKey
dagger.android.support
庫是專門爲此設計的。請參閱the user guide (under "Android" -> "Support Libraries"),the javadoc和the code。
謝謝!我沒有注意到,它有很大的幫助。 – user7718739