資源簡介
Android WebView 報 Not allowed to load local resource錯誤的解決辦法
博客地址:http://blog.csdn.net/yuzhiqiang_1993/article/details/76228541

代碼片段和文件信息
package?com.yzq.hybridapp_selectandshowimg;
import?android.content.Context;
import?android.support.test.InstrumentationRegistry;
import?android.support.test.runner.AndroidJUnit4;
import?org.junit.Test;
import?org.junit.runner.RunWith;
import?static?org.junit.Assert.*;
/**
?*?Instrumentation?test?which?will?execute?on?an?Android?device.
?*
?*?@see?Testing?documentation
?*/
@RunWith(AndroidJUnit4.class)
public?class?ExampleInstrumentedTest?{
????@Test
????public?void?useAppContext()?throws?Exception?{
????????//?Context?of?the?app?under?test.
????????Context?appContext?=?InstrumentationRegistry.getTargetContext();
????????assertEquals(“com.yzq.hybridapp_selectandshowcompressedimg“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????127??2017-06-30?20:40??HybridApp_SelectAndShowImg\.gitignore
?????文件??????????8??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\.gitignore
?????文件??????11366??2017-07-28?10:13??HybridApp_SelectAndShowImg\app\app.iml
?????文件???????1254??2017-07-01?17:06??HybridApp_SelectAndShowImg\app\build.gradle
?????文件?????336957??2017-06-14?14:30??HybridApp_SelectAndShowImg\app\libs\tbs_sdk_thirdapp_v3.2.0.1104_43200_sharewithdownload_withfilereader_withoutGame_obfs_20170609_115346.jar
?????文件????????933??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\proguard-rules.pro
?????文件????????808??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\androidTest\java\com\yzq\hybridapp_selectandshowimg\ExampleInstrumentedTest.java
?????文件???????1458??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\AndroidManifest.xm
?????文件????????203??2017-07-01?16:36??HybridApp_SelectAndShowImg\app\src\main\assets\css\index.css
?????文件????????405??2017-07-01?16:02??HybridApp_SelectAndShowImg\app\src\main\assets\index.html
?????文件????????423??2017-07-01?16:01??HybridApp_SelectAndShowImg\app\src\main\assets\js\index.js
?????文件??????84349??2017-06-30?20:50??HybridApp_SelectAndShowImg\app\src\main\assets\js\jquery.min.js
?????文件???????2321??2017-07-28?11:34??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\activity\MainActivity.java
?????文件???????1181??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\app\App.java
?????文件???????1001??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\common\Constants.java
?????文件???????1806??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\Tool\GlideImageLoader.java
?????文件????????230??2017-07-28?11:11??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\Tool\L.java
?????文件????????797??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\Tool\MyImagePicker.java
?????文件???????4879??2017-07-28?11:35??HybridApp_SelectAndShowImg\app\src\main\java\com\yzq\hybridapp_selectandshowimg\view\ProgressWebView.java
?????文件??????15456??2015-11-19?16:23??HybridApp_SelectAndShowImg\app\src\main\jniLibs\armeabi\liblbs.so
?????文件????????634??2017-07-01?17:02??HybridApp_SelectAndShowImg\app\src\main\res\layout\activity_main.xm
?????文件???????3418??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-hdpi\ic_launcher.png
?????文件???????4208??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-hdpi\ic_launcher_round.png
?????文件???????2206??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-mdpi\ic_launcher.png
?????文件???????2555??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-mdpi\ic_launcher_round.png
?????文件???????4842??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-xhdpi\ic_launcher.png
?????文件???????6114??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-xhdpi\ic_launcher_round.png
?????文件???????7718??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-xxhdpi\ic_launcher.png
?????文件??????10056??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-xxhdpi\ic_launcher_round.png
?????文件??????10486??2017-06-30?20:40??HybridApp_SelectAndShowImg\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png
............此處省略57個文件信息
評論
共有 條評論