http://svn.aswing.org/aswing/trunk/haXeAsWing/からHaxeバージョンをチェックアウトしました
そして、プロジェクトの com フォルダーの横にある org フォルダーをコピーしました。FlashDevelop でフラッシュ プレーヤーをターゲットにすると、エラーなしでコンパイルされますが、Android をターゲットにすると、これらのエラーが発生します。
org/aswing/AWTextField.hx:58: lines 58-63 : Field set_htmlText should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:76: lines 76-83 : Field set_scrollH should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:85: lines 85-92 : Field set_scrollV should be declared with 'override' since it is inherited from superclass
org/aswing/AWTextField.hx:68: lines 68-73 : Field set_text should be declared with 'override' since it is inherited from superclass
org/aswing/Component.hx:1671: lines 1671-1673 : Field get_height should be declared with 'override' since it is inherited from superclass
org/aswing/Component.hx:641: lines 641-643 : Field get_visible should be declared with 'override' since it is inherited from superclass
何か案が?NME 3.5.3
インストールしました