Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/194.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android HTML查看器错误“;“错误缓存未命中”;使用亚洲开发银行_Android_Android Webview_Adb - Fatal编程技术网

Android HTML查看器错误“;“错误缓存未命中”;使用亚洲开发银行

Android HTML查看器错误“;“错误缓存未命中”;使用亚洲开发银行,android,android-webview,adb,Android,Android Webview,Adb,为什么下面的命令会在所附图片中返回结果?如何解决呢 adb shell am start -n com.android.htmlviewer/.HTMLViewerActivity -d "https://www.google.com" -a VIEW -t "text/html" 添加权限: <uses-permission android:name="android.permission.INTERNET"/> 您是否在清单文件中声明了Internet权限?

为什么下面的命令会在所附图片中返回结果?如何解决呢

 adb shell am start -n com.android.htmlviewer/.HTMLViewerActivity -d "https://www.google.com" -a VIEW -t "text/html"
添加权限:

<uses-permission android:name="android.permission.INTERNET"/>

您是否在清单文件中声明了Internet权限?