You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afterwards I also needed to remove the java docs creation of the android module. Looks like a api vs implementation error, but this is not the case here. Compiler complains that he can't find the classes (you get a lot of can't find class errors) the java docs refer to, even functions of the class itself can't be found - no idea why though. But following solves this:
Any ideas why this happens? If not, this information may at least be useful for others... What I see as well is that suddenly compiling in debug also generates release versions... Maybe it's something with my project but it's weird, because everything was working with android studio 3.1... And other projects without squidb sources (even with squidb includes) work well...
Before the update I only needed to comment out the
libraryVariants.all { ... }from the squidb-android module:Afterwards I also needed to remove the java docs creation of the android module. Looks like a api vs implementation error, but this is not the case here. Compiler complains that he can't find the classes (you get a lot of can't find class errors) the java docs refer to, even functions of the class itself can't be found - no idea why though. But following solves this:
Any ideas why this happens? If not, this information may at least be useful for others... What I see as well is that suddenly compiling in debug also generates release versions... Maybe it's something with my project but it's weird, because everything was working with android studio 3.1... And other projects without squidb sources (even with squidb includes) work well...