运行Android工具测试时出现重复的类警告

时间:2019-04-05 00:24:16

标签: android android-studio android-espresso android-testing

在Android Studio(3.5)中创建一个新的空活动项目并运行生成的检测测试时,我收到以下警告:

W/zygote: Found duplicate classes, falling back to extracting from APK : /data/app/com.example.myapplication.test-888XseHjUJwZJ8YXwEvomw==/base.apk
W/zygote: NOTE: This wastes RAM and hurts startup performance.
W/zygote: Found duplicated class when checking oat files: 'Ljunit/runner/BaseTestRunner;' in /data/app/com.example.myapplication.test-888XseHjUJwZJ8YXwEvomw==/base.apk and /system/framework/android.test.runner.jar

是什么原因造成的?可以避免吗?

1 个答案:

答案 0 :(得分:0)

首先确保您拥有最新版本的 IDE,然后您的 IDE 会准确地告诉您复制了哪个类。尽量避免使用任何重复的类。