这是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