上一篇 为Android Studio工程添加仪器单元测试 添加单元测试依赖由于项目工程是从eclipse迁移过来的,并没有 androidTest 这个目录。因此无法进行 instrumented unit tests。 目前项目还没有转到 androidx ,所以还是使用 com.android 2019-10-09 Android 单元测试 androidTest 下一篇 如何为TextView的drawable设置旋转动画 本文展示了 RotateDrawable 与 AnimatedRotateDrawable 两种实现方式。如有更好的实现方式欢迎在本文底部评论区交流讨论。 RotateDrawableRotateDrawable 用来对 Drawable 2019-09-20 Android textview animation