Sonarsource For Android Project In Eclipse
Solution 1:
If people are interested by this thread. We recently pushed a GitHub project that combines many testing technologies together for the Android platform and emphasizes on Sonar integration.
We combined (and the list is not exhaustive) :
- robolectric
- standard junit tests
- robotium
- ui automator
- code coverage using emma, cobertura and jacoco offline
- mocking frameworks like easy mock and mockito
- etc.
And, for most of them, we propose a solution to display this all in Sonar.
Solution 2:
You need first to have analysed your project successfully on a Sonar server prior to being able to associate it in Eclipse with Sonar Eclipse.
Solution 3:
To anyone who looking for the same, here is what I do to make it work. I simply followed this link and written ant build for my project and made the configuration in the file and deployed my code in Sonar and everything works fine. But for your information its not Android specific its just POJO specific.
Post a Comment for "Sonarsource For Android Project In Eclipse"