How to test an Android Library Project

前端 未结 6 2070
一向
一向 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:59

    If your ulitiy classes do not depend on any android specific code, you can just use standard JUnit unit tests. No need to use the Android versions.

提交回复
热议问题