用webview的方式集成,调用appendPreloadJsFile方法 路径应该怎么写? 尝试各种方式 都报 java.io.FileNotFoundException:
String appid = "TestAppid";
// 单页面集成时要加载页面的路径,可以是本地文件路径也可以是网络路径
String url = "file:///android_asset/apps/H5Plugin/www/index.html";
webview = SDK.createWebview(activity, url, appid, new IWebviewStateListener() );
webview .appendPreloadJsFile("file:///android_asset/apps/H5Plugin/www/js/insert.js");