Error:Cannot read packageName from C:\Users\G.K.ENGINEERS\AndroidStudioProjects\FARMING\app\src\main\AndroidManifest.xml Error:Element type "manifest" must be followed by either attribute specifications, ">" or "/>".アンドロイド・スタジオ・エラー・パッケージが見つかりませんか?いくつかのエラー?
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".LOGIN_ACTIVITY">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Register_Activity" />
<activity android:name=".User_Area_Activity"></activity>
</application>
完全なAndroidManifest.xmlを投稿してください。あなたは ''タグを持っていますか? –
thaussma
私のプログラムを参照してください私もすべてを閉じてマニフェストを閉じてくださいと私を助けてください速く助けてください – JAYTHAKER