在 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
Run Code Online (Sandbox Code Playgroud)
是什么导致它们?它们可以避免吗?
我使用Node客户端调试器,如下所示:
节点调试myscript.js
但是这个过程会产生一个孩子:
var child = require("child_process").fork(cmd,args);
这个孩子还有办法在"调试"模式下启动吗?