我正在尝试学习android web视图我添加了所有loadurl方法用户权限到互联网和Web视图标记我不知道它无法加载网页并显示err_cache_missing我试图搜索我的问题但没有找到任何可以帮助的人
android文件:
manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.vijayrajbafna.utopia2k18">
<uses-permission android:name="android.permission.INTRNET"/>
<uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<application .............
java文件:
WebView vv=(WebView)findViewById(R.id.webber);
WebSettings webset=vv.getSettings();
webset.setJavaScriptEnabled(true);
final int ss=1;
webset.setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
vv.loadUrl("http://www.facebook.com");
XML文件:
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.vijayrajbafna.utopia2k18.MainActivity"
android:background="#000000">
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#000000"
android:id="@+id/webber"
tools:ignore="InvalidId"></WebView>
<ImageView
android:id="@+id/imageer"
答案 0 :(得分:2)
你的许可中有一个拼写错误:
<uses-permission android:name="android.permission.INTERNET"/>
应该是
2014 | 2015 | 2016 | 2017
-------------------------
1234 4567 6547 1234
2583 3698 4567 3214
9874 1234 6664 5896