一、找不到网页

AndroidManifest.xml中的android:name="android.permission.INTERNET" />​权限写成大写的了

二、显示空白页

​android:layout_width="match_parent"

android:layout_height="match_parent"

android:

 

改成

​android:layout_width="match_parent"

android:layout_height="match_parent"

android:

android:layout_x="0.0dip"

android:layout_y="0.0dip"

android:layout_weight="1.0">

 

相关文章:

  • 2022-12-23
  • 2021-06-23
  • 2021-10-28
  • 2021-07-16
  • 2021-09-02
猜你喜欢
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-23
相关资源
相似解决方案