有没有办法调试另一个开发者应用程序

Is there a way to debug another developer app

所以我知道要调试应用程序,您必须构建调试版本并将 debug-able 设置为 true。如果我想调试另一个开发者应用程序可以吗?

您不能仅使用 APK 进行调试。您必须拥有构建调试的源代码。 (你可以尝试反编译,仅供研究)

您可以使用 apktool.

在没有实际源代码的情况下调试 .apk

您可以找到教程 here