if your debug message is not showing over control, suppress testCoverageEnabled true

debug {
    debuggable true    minifyEnabled false    shrinkResources false    //testCoverageEnabled true}

Comments

Popular posts from this blog

RUN JAVA PROJECT IN ANDROID STUDIO

Gradle DSL method not found: 'compile()'

Reverse string using recursion