Android APK 中的参考类
我正在为 Android 应用程序进行测试自动化。我们只收到一个 apk 来测试。该应用程序使用一些自定义视图。我需要像库一样引用 apk,这样我就可以引用 apk 中的类。我该如何在日食中做到这一点?
我尝试将它添加到像普通 jar 一样构建路径。包资源管理器可以看到所有资源,但看不到任何类。
I'm working on test automation for an android app. We only receive an apk to test. The app uses some custom views. I need to reference the apk like a library so I can reference the classes in apk. How do I do it in eclipse?
I tried adding it to build path like a normal jar. Package explorer can see all the assets but none of the classes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不知道。这是不可能的。要求您正在测试的项目的源代码。
You don't. It is not possible. Demand the source code for the project you are testing.