Question Regarding the environment for Sonarqube Run for Android Framework development(AOSP)

Hi @ganncamp,

I have a full open source code of Android(AOSP). When we build, it will build whole android OS through Makefile using Linux Terminal. And, my piece of code also get compiled with it. We don’t use any IDE for the compilation of Android open source(AOSP) project.
My feature is based on utilities provided by Android source code. Once I try to use Eclipse or Visual Studio, It is giving a lot of error in resolving native dependencies.
So please let me know how to go about this requirement of mine? Do I need to use the IDE to compile or can we run SonarQube on a project which we are compiling using Make build in terminal?