无效的方法声明;返回类型Fragment中必需的WebView

时间:2019-06-30 13:08:14

标签: java android webview android-webview

我学习android,并且想在Fragment中制作WebView。我写了这个

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".fragments.WebView">

    <!-- TODO: Update blank fragment layout -->
    <WebView
        android:id="@+id/webview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="@string/hello_blank_fragment" />

</RelativeLayout>

我收到类似消息的错误

  错误:方法声明无效;返回类型必填错误:    预期的

方法loeadUrl()和getSettings();无法解决。我不知道该怎么办。

enter image description here

XML

./challenge `python -c "print 'A'*30000 + '\x00' + 'A'*10000" + '\xXX\xXX\xXX\xXX'`

0 个答案:

没有答案