私は Android SDK 15 で phonegap "2.0" を使用しています。Cordova WebView を Android prject に埋め込みたいだけです。ガイドの Links を段階的に使用しました 。Logcat エラー:
android.view.InflateException: Binary XML file line #6: Error inflating class org.apache.cordova.CordovaWebView
私のxmlファイル「main.xml」:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<org.apache.cordova.CordovaWebView android:id="@+id/phoneGapView" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout >
前もってThx.. :)