android - 在manifest.xml注册主活动时无法找到activity?
阿神
阿神 2017-04-17 17:43:40
0
2
445

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

请问为什么这里会报错找不到?谢谢!

阿神
阿神

闭关修行中......

全員に返信(2)
PHPzhong

最初のスクリーンショット MainActivity では、ファイル名に t がありません

いいねを押す +0
洪涛

ファイル名の書き方が間違っています
2枚目の写真はMainActivityです
3枚目の写真はMainActivityです

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート