generating code coverage report for android test project

前端 未结 3 1358
醉话见心
醉话见心 2020-12-21 15:58

i am trying to get a coverage report for my android junit test project and following this guide to do so

android update test-project -m 

        
3条回答
  •  天涯浪人
    2020-12-21 16:34

    Which SDK Tools version are you using? If it is 14 or later, you need to use ant emma debug install test instead of ant coverage

提交回复
热议问题