无法打开HTML文件
我直接点击 HTML时可以用,但是在模拟器上时显示这个错误
我直接点击 HTML时可以用,但是在模拟器上时显示这个错误
2016-08-09
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <WebView android:id="@+id/webView" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout>
举报