gpt4 book ai didi

android - PhoneGap 程序错误 "Web page not available"

转载 作者:行者123 更新时间:2023-11-29 02:05:26 24 4
gpt4 key购买 nike

package com.phonegap;

import org.apache.cordova.*;
import android.os.Bundle;

public class PhoneGapSampleActivity extends DroidGap {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.loadUrl("assets/www/index.html");
}
}

我将此代码用于 PhoneGap 应用程序..

但是显示错误。 enter image description here

我在 assets/www 文件夹中添加了 index.html 文件。但是显示错误...谁能帮帮我??

提前致谢。

最佳答案

您忘记了 file:///。请记住,三个斜线很重要!

另外我认为它应该是 android_asset 而不是 asset。

在我的应用中它是:"file:///android_asset/www/index.html"

关于android - PhoneGap 程序错误 "Web page not available",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10331182/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com