IBM Worklight 6.1[应用程序错误]有一个网络错误(file:///android_asset/www/i



android:应用程序有时给出[Application Error] There was a network Error (file:///android_asset/www/index.html).

在其他答案中搜索,但没有成功。

下面是我的Appname.js路径:

android/本地/src/共同/浏览器名称/Appname.java

public class appName extends WLDroidGap {
    @Override
    public void onCreate(Bundle savedInstanceState){
        super.onCreate(savedInstanceState);
    }
    /**
     * onWLInitCompleted is called when the Worklight runtime framework initialization is complete
     */
    @Override
    public void onWLInitCompleted(Bundle savedInstanceState){
        super.loadUrl(getWebMainFilePath());
        // Add custom initialization code after this line
    }
}

我怎样才能做到这一点?

index.html和appname.java/js是什么?
在Worklight 6.1.0中。X时,给出一个新的应用程序index.html和main.js/main.css/appname.java

您是否重命名了任何项目文件?
application-descriptor.xml中mainFile的值是多少?确保它是"index.html"

相关内容

  • 没有找到相关文章

最新更新