这是manifest代码:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.filepersistencetest">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@mipmap/ic_launcher" android:theme="@style/AppTheme">
<activity
android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>
这是project目录
请问为什么这里会报错找不到?谢谢!
첫 번째 스크린샷 MainAcitivity에는 파일 이름에 t가 누락되어 있습니다
파일명이 잘못 적혀있습니다
두번째 사진이 MainAcitivity
세번째 사진이 MainActivity