这是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
文件名写错了
第2张图中是MainAcitivity
第3张图中是MainActivity