2

私は Cordova アプリケーションを持っていて、Android 用のCrosswalk 9 (Stable)と統合しようとしました。

したがって、私のプロジェクトには、次のサブプロジェクトframeworkとの依存関係があります。walk_core_library

crosswalk-cordova-9.38.208.10-arm/framework

ただし、アプリケーションが起動すると、次の警告が表示されます。

12-16 17:18:46.727: W/XWalkInternalResources(8280): org.xwalk.core.R$style.AutofillPopupWindow is not found.
12-16 17:18:46.727: W/XWalkInternalResources(8280): org.xwalk.core.R$layout.autofill_text is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$id.autofill_label is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$id.autofill_menu_text is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$id.autofill_popup_window is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$id.autofill_sublabel is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$drawable.autofill_popup_background is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$drawable.autofill_popup_background_down is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$drawable.autofill_popup_background_up is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$dimen.autofill_text_divider_height is not found.
12-16 17:18:46.737: W/XWalkInternalResources(8280): org.xwalk.core.R$dimen.autofill_text_height is not found.
12-16 17:18:46.747: W/XWalkInternalResources(8280): org.xwalk.core.R$color.autofill_dark_divider_color is not found.
12-16 17:18:46.747: W/XWalkInternalResources(8280): org.xwalk.core.R$color.autofill_divider_color is not found.

この問題を解決するにはどうすればよいですか?

助けてください、

4

1 に答える 1

0

それは簡単です、あなたのstyledimenidおよび、およびのcolor内部colors.xmlで構成しないでください。また、画像は resフォルダー内に存在しません。strings.xmlstyles.xmldrawable

ここに画像の説明を入力

于 2014-12-18T07:01:34.087 に答える