Bartosz Wesołowski
Bartosz Wesołowski
I'm having a similar issue. I use `com.facebook.android:facebook-android-sdk:7.1.0`, `com.emarsys:mobile-engage-sdk:1.7.1` and `com.appsflyer:af-android-sdk:5.1.1`. All of those libraries depend on the old support library. [Bye Bye Jetifier Gradle Plugin](https://github.com/dipien/bye-bye-jetifier) detects them correctly while...
I'm having the same issue.
I'm getting a similar error: ``` Error from [com.netflix.nebula.lint.rule.GradleLintRule$1] processing source file [null] FAILURE: Build failed with an exception. * What went wrong: Failed to notify build listener. > Could...
I mean `kaptTest`, but `kaptAndroidTest` might have similar problems.
@bohsen I was in fact using AS 4.0.2 for the Bazel plugin to work. In this case, however, I was running builds from the command line.
Thank you for the suggestion. I'll think about changing this, although, in fact, it might cause more issues with compressed content and displaying correct content length. If your responses contain...
@imcloud ANRs don't occur because of full memory. They occur because of long running operations on the main thread. Are you sure you're not running your request on the main...
I can check it, but please give me more time. I might be OOO until the end of this week.
I checked it using 1.14.1. The problem still exists for me. I think https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/804 doesn't solve it because it adds support for analysing `androidTest` source sets (which is very nice...
I had this error when I didn't specify the required version parameter.