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

很简单,你的style, dimenidcolor不是在里面配置colors.xml,strings.xmlstyles.xml. 而且您的图像也不存在于 resdrawable文件夹中。

在此处输入图像描述

于 2014-12-18T07:01:34.087 回答