android-analyzer icon indicating copy to clipboard operation
android-analyzer copied to clipboard

Android Gradle plugin for faster Sonarqube integration in Android projects. Supports Detekt and Jacoco out of the box.

Results 16 android-analyzer issues
Sort by recently updated
recently updated
newest added

I upgraded to the gradle version 4.0.0-alpha04 from 4.0.0-alpha03 today and android-analyser stopped my builds from working. When I commented out the plugin they worked again. I am using that...

bug

I've added android-analyzer to my Android Kotlin project. When running `gradlew clean androidAnalyzer --stacktrace --info` I get the following error: ``` > Task :app:sonarqube FAILED :app:sonarqube (Thread[Daemon worker,5,main]) completed. Took...

The use version of detekt (1.0.1) includes an old version of snakeYAML (1.24) which has a reported CVE of score 7.5 (high): https://nvd.nist.gov/vuln/detail/CVE-2017-18640 We are checking our app against known...

* Updated dependencies of gradle, detekt and jacoco * Uploaded 1.5.0 artifact

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all artifacts for configuration ':classpath'. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'image_classification'. > Could...

![tempsnip](https://user-images.githubusercontent.com/63957218/80913784-e9624900-8d64-11ea-9cbf-8f4a34e00b19.png) ![Captured](https://user-images.githubusercontent.com/63957218/80913786-ebc4a300-8d64-11ea-9f21-028a35e08bbf.JPG)

**Caused by**: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all artifacts for configuration ':classpath'.

when i sync the project , the following error occur org.gradle.internal.exceptions.LocationAwareException: A problem occurred configuring root project 'My Application'. at org.gradle.initialization.exception.DefaultExceptionAnalyser.transform(DefaultExceptionAnalyser.java:99) at org.gradle.initialization.exception.DefaultExceptionAnalyser.collectFailures(DefaultExceptionAnalyser.java:62) at org.gradle.initialization.exception.MultipleBuildFailuresExceptionAnalyser.transform(MultipleBuildFailuresExceptionAnalyser.java:48) at org.gradle.initialization.exception.StackTraceSanitizingExceptionAnalyser.transform(StackTraceSanitizingExceptionAnalyser.java:30) at org.gradle.initialization.DefaultGradleLauncher.finishBuild(DefaultGradleLauncher.java:179) at...

Recently we upgraded the gradle version and now the project sync doesn't work when the plugin is applied. This is the error, reproduced on 2 different projects using gradle 6.1.1...

Code coverage not showing on Sonar : android { compileSdkVersion 28 buildToolsVersion "28.0.3" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } defaultConfig { applicationId "com.oxyliom.oxyliomotp" minSdkVersion 20 targetSdkVersion 28 versionCode 1...

bug