我正在使用PhoneGap。并阅读并创作了我的作品。
我在 MyworkActivity.java 中添加了这一行:
super.loadUrl("file:///android_asset/www/index.html");
但是当作为我的项目运行时,得到这个错误:
The method loadUrl(String) is undefined for the type Activity
我该如何解决?
我正在使用PhoneGap。并阅读并创作了我的作品。
我在 MyworkActivity.java 中添加了这一行:
super.loadUrl("file:///android_asset/www/index.html");
但是当作为我的项目运行时,得到这个错误:
The method loadUrl(String) is undefined for the type Activity
我该如何解决?