问题描述
我真的很喜欢使用 hierarchyviewer
我的三星Galaxy S.有什么办法把它变成一个开发手机吗?
I'd really like to use hierarchyviewer
with my Samsung Galaxy S. Is there any way to turn it into a developer phone?
推荐答案
RomainGuy是正确的,但既然他已经制定ViewServer您可以在任何手机上使用HierarchyViewer为自己的应用程序现在调试。要做到这一点只需添加RomainGuy的 ViewServer
到您的应用程序。
RomainGuy is correct, but since he had developed the debug ViewServer you can use HierarchyViewer for your own application on ANY phone now. To do this simply add RomainGuy's ViewServer
into your application.
https://github.com/romainguy/ViewServer
从ViewServer JavaDoc的:
From ViewServer JavaDoc:
此类可用于使得能够使用HierarchyViewer的内侧的 应用。 HierarchyViewer是可以使用的一个Android SDK工具 检查和调试运行的应用程序的用户界面。对于 安全起见,HierarchyViewer不起作用的产品构建 (例如手机买店。)通过使用这个类,你可以 使在任何设备上HierarchyViewer工作。你必须非常小心 然而,在调试的时候只启用HierarchyViewer您 应用。
要使用此视图服务器,应用程序必须要求 网络
许可。
To use this view server, your application must require the INTERNET
permission.
如果您使用的Android注释库,这是更简单 - 只需标注你的活动与<$c$c>@HierarchyViewerSupport$c$c>注释。
If you use Android Annotations library, it's even simpler - just annotate your activity with @HierarchyViewerSupport
annotation.
这篇关于可以hierarchyviewer与真实的设备比Nexus的其他被使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!