我正在使用 CordovaWebView 开发应用程序,并且在 web_view.xml 文件中添加了以下代码。
<org.apache.cordova.CordovaWebView
android:id="@+id/cordovaWebView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
我已经实现了 CordovaInterface 的方法。现在我的设计页面显示以下错误消息。
提示:当在 Eclipse 中显示时,在自定义视图中使用 View.isInEditMode() 以跳过代码
谁能告诉我如何解决它?