v. 1.5.0 compile errors in ClientComponent
See original GitHub issueSummary
A fresh clone of the just-released 1.5.0 has numerous “cannot resolve symbol” errors in the ClientComponent
interface, apparently due to missing dependencies.
Library version
1.5.0
Preconditions
Clone the master repository to a new Android Studio project
Steps to reproduce actual result
View the errors in the editor for the interface com.polidea.rxandroidble2.ClientComponent
Minimum code snippet reproducing the issue
N/A
The @Module(subcomponents...
in line 102 is in red, as are many of the @Provides
and @Named
annotations below it, as well as Module
and Binds
annotations.
Logs from the application running with setting RxBleLog.setLogLevel(RxBleLog.VERBOSE)
N/A
Actual result
Many compile errors
Expected result
no compile errors
Issue Analytics
- State:
- Created 6 years ago
- Comments:9
Top Results From Across the Web
Unable to compile Play application with 1.5.0-RC1 · Issue #6400
Attempt to compile PLAY application. problem. Application does not compile, gives following error;. [error] stack trace is suppressed; run last ...
Read more >Internal Compiler Error after upgrade Kotlin version to 1.5.30
After the Kotlin upgrade the project can't build anymore, the build process throws : Execution failed for task ':app:compileDebugKotlin'. > ...
Read more >Compile error ESP32+BME688 dev kit - Page 3
Hi , I am integrating Bosch BME688+ESP32 feather board dev kit (8 sensors) on Arduino. I have worked on it for last coupel...
Read more >Java Compile Errors/Warnings Preferences - IBM
When enabled, the compiler will issue an error or a warning whenever a static field or method is accessed with an expression receiver....
Read more >Blazor Compile Error but Error List empty - Microsoft Q&A
Also the Error List stays empty. I love to know if I can do something about this (a minute ago I updated to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Perhaps the difference is that I am using Android Studio to clone the project from GitHub, whereas you presumably used git? It could then be a problem with Android Studio.
Attempting to reproduce it now:
mockrxandroidble
. It contains subfoldersmanifests
andjava
.rxandroidble
andsample
folders show their contents, but notdagger-compiler-shadow
ordagger-library-shadow
. Opening up classes likeClientComponent
in the editor gives the errors I originally described, I’m guessing because the dagger folders are apparently invisible.It seems likely that the problem is Android Studio failing for some reason to recognize the two Dagger folders. But I don’t know what to do about this. I’ll try it using git and see what happens.
@uKL I would like to reopen this but apparently I can’t since it was closed by you