How to test an Android Library Project

前端 未结 6 2075
一向
一向 2021-01-30 01:28

I am writing an Android Library Project basing on Android Bitmap class (call it AndroindLib) which contains only utility class (no activity). I tried to test it using Android JU

6条回答
  •  太阳男子
    2021-01-30 01:58

    http://www.paulbutcher.com/2010/09/android-library-project-with-tests-step-by-step/ helps describe the process needed to implement the second suggestion in CommonsWare's answer

提交回复
热议问题