Questions tagged [sonar-android-plugin]

3 questions
4
votes
1 answer

How to add a View to an app from another app

My app is called MyNiceApp. MyNiceApp is mostly just a core that loads a view called coreView in the MainActivity onCreate. coreView gets populated by views from other plugins which the user downloads as wishes. I define the various areas on the…
Program-Me-Rev
  • 6,184
  • 18
  • 58
  • 142
3
votes
1 answer

Sonar Android Plugin Add custom rules

I want to add some custom rules in the sonar-android-master plugin. Found this answer but its not clear in this where to login as Administrator. But while searching more I got this Extending Coding Rules, which states that to add custom rules for…
0
votes
0 answers

Error "Caused by: org.gradle.internal.exceptions.LocationAwareException" from SonarQube in android

We are getting the above exception followed by Error resolving plugin [id: 'org.sonarqube', version: '2.6.2', apply:false] in our android app. We have minSdkVersion 19 and targetSDKVersion 23 and buildToolsVersion 27.0.3 and android…
The_Martian
  • 3,684
  • 5
  • 33
  • 61