Hi Arihant,
please be aware that neither the Grade nor the Android implementation is developed by the JaCoCo team. You might find some help at these projects. They maintain their JaCoCo integrations themself. AFAIK Android SDK uses offline instrumentation as their runtime does not support Java agents.
The only general advice I can give is to check the “Sessions” page of the JaCoCo project for the classes with code coverage missing:
Case 1: The classes are not listed —> They have not been executed or were not seen bei the JaCoCo runtime
Case 2: The classes are listed —> A different version of the class was used at runtime than at report generation time
Regards,
-marc