Skip to content

Instantly share code, notes, and snippets.

@jrejaud
Created April 5, 2018 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrejaud/aeef2dc8a2dc4547e8bb9001d80d46d5 to your computer and use it in GitHub Desktop.
Save jrejaud/aeef2dc8a2dc4547e8bb9001d80d46d5 to your computer and use it in GitHub Desktop.
Error:(13, 2) error: error.NonExistentClass cannot be provided without an @Inject constructor or from an @Provides-annotated method.
public abstract void inject(@org.jetbrains.annotations.NotNull()
^
error.NonExistentClass is injected at
com.northfly.utilmould.test.MyProxy.<init>(…, peeloffMould)
com.northfly.utilmould.test.MyProxy is injected at
com.northfly.utilmould.widght.MyActivity.myprxu
com.northfly.utilmould.widght.MyActivity is injected at
com.northfly.utilmould.widght.MyCommponente.inject(mainActivity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment