2025-01-13
右键-新建-Activity-Empty Activity View
<androidx.appcompat.widget.LinearLayoutCompat>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="你好呀,凡学子" />
运行时指定Activity

需要修改res文件夹下的AndroidManifest.xml文件。
将exported设置为true
