4

HierarchyViewer を使用してレイアウトを検査しようとしましたが、読み込まれません。まず、エミュレーターで試してみましたが、機能しなかったため、ViewServerを使用してみました

エミュレーターではサイレントに失敗しましたが、ViewServer ではスタックトレースを取得できます:

W/dalvikvm(459): Unable to match class for part: 'Landroid/view/accessibility/AccessibilityNodeInfo;)V'
 W/View(459): Problem dumping the view:
 W/View(459): java.lang.NoSuchMethodException
 W/View(459):   at java.lang.Class.getDeclaredMethods(Native Method)
 W/View(459):   at java.lang.ClassCache.getDeclaredMethods(ClassCache.java:140)
 W/View(459):   at java.lang.Class.getDeclaredMethods(Class.java:757)
 W/View(459):   at android.view.ViewDebug.getExportedPropertyMethods(ViewDebug.java:1331)
 W/View(459):   at android.view.ViewDebug.exportMethods(ViewDebug.java:1372)
 W/View(459):   at android.view.ViewDebug.dumpViewProperties(ViewDebug.java:1364)
 W/View(459):   at android.view.ViewDebug.dumpViewProperties(ViewDebug.java:1354)
 W/View(459):   at android.view.ViewDebug.dumpViewWithProperties(ViewDebug.java:1270)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1244)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dumpViewHierarchyWithProperties(ViewDebug.java:1252)
 W/View(459):   at android.view.ViewDebug.dump(ViewDebug.java:1204)
 W/View(459):   at android.view.ViewDebug.dispatchCommand(ViewDebug.java:863)
 W/View(459):   at android.view.ViewRoot$W.executeCommand(ViewRoot.java:3070)
 W/View(459):   at android.view.IWindow$Stub.onTransact(IWindow.java:65)
 W/View(459):   at android.os.Binder.execTransact(Binder.java:320)
 W/View(459):   at dalvik.system.NativeStart.run(Native Method)

何が起こるかについてのアイデアはありますか?関連性があるかどうかはわかりませんが、アプリケーションは ICS デバイスで実行され、SherlockBar でサポート ライブラリを使用します

4

0 に答える 0