강의

멘토링

커뮤니티

Inflearn Community Q&A

yungjoon22554's profile image
yungjoon22554

asked

Gamepal's Android Brainwashing Class - From In★Gram Development to Distribution

세번째 강의 액티비티 질문

Written on

·

271

0

3번쨰 액티비에 부분 manifest에서 <activity android:name=".MainActivity">  에 밑줄에러가 나오는데 뭐가 문제인지 모르겠어요 살려주세요  전체 코드는 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"     package="com.example.classs">      <application         android:allowBackup="true"         android:icon="@mipmap/ic_launcher"         android:label="@string/app_name"         android:roundIcon="@mipmap/ic_launcher_round"         android:supportsRtl="true"         android:theme="@style/Theme.Classs">     <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> 입니다.

javaandroid

Answer

This question is waiting for answers
Be the first to answer!
yungjoon22554's profile image
yungjoon22554

asked

Ask a question