-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DaggerClientComponent class is undefined #182
Comments
Did you try compiling from the console? |
@ilya-payrange Edit: yeah - probably not relevant - master branch |
Resolved. It was on Android Studio 2.4 preview, with Java 8 enabled (as sample apps require Java 8 and Jack is deprecated). Studio 2.4 and toolchain barked at apt. I got it build ok replacing I wonder if there's a way to do the same without messing with build.gradle (so updates/pulls will need no |
Nothing that I can know from top of my head. |
How do you solve this problem |
@KomoriWu currently the project uses |
@uKL and @dariuszseweryn. Thanks for your outstanding job of making RxAndroidBLE open lib. Issue: I have added the lib as a MODULE to my Android project but I am facing the error i.e DaggerClientComponent class is undefined and the class is not there in the lib files. How can I solve the issue, I need yours guidance in the respect? |
Hello @farmanvu |
Summary
DaggerClientComponent class is undefined
Preconditions
Pull latest RxAndroidBle, master branch
Steps to reproduce actual result
1.Pull latest RxAndroidBle
2.import into Android Studio project
3.Compile
Actual result
Error:(12, 32) error: cannot find symbol class DaggerClientComponent
on
import com.polidea.rxandroidble.DaggerClientComponent;
Expected result
Should compile ok.
The text was updated successfully, but these errors were encountered: