0

重複の可能性:
カスタム Android キーボード レイアウトの作成

独自の ime の開発を開始しましたが、xml ファイルに行き詰まっています。Eclipse は、Keyboard、Row、Key クラスを見つけることができないようです。この問題を解決する方法や、java で ime レイアウトをコーディングする方法を誰か教えてもらえますか? この説明が不足している場合は、遠慮なくお知らせください。とにかく、最初はこれを示しています。 NOTE: This project contains Java compilation errors, which can cause rendering failures for custom views. Fix compilation problems first.

"" does not set the required layout_width attribute: (1) Set to "wrap_content" (2) Set to "match_parent" "" does not set the required layout_height attribute: (1) Set to "wrap_content" layout_width 属性を設定すると、次のように表示されます。

NOTE: This project contains Java compilation errors, which can cause rendering failures for custom views. Fix compilation problems first.

com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup Exception details are logged in Window > Show View > Error Log The following classes could not be found: - Keyboard (Fix Build Path, Edit XML) - Row (Fix Build Path, Edit XML)

4