inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

재관님의 게시글

재관 재관

@oe5106

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

처음 04:35초 메인패스트 부분부터 난관이네요..

변경 전 코드입니다. xml version ="1.0" encoding ="utf-8" ?> xmlns: android ="http://schemas.android.com/apk/res/android" package ="com.example.mysololife" > 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.MySoloLife" > android :name =".SplashActivity" android :exported ="true" /> android :name =".MainActivity" android :exported ="true" > android :name ="android.intent.action.MAIN" /> android :name ="android.intent.category.LAUNCHER" /> 변경 후 코드입니다. xml version ="1.0" encoding ="utf-8" ?> xmlns: android ="http://schemas.android.com/apk/res/android" package ="com.example.mysololife" > 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.MySoloLife" > android :name =".SplashActivity" android :exported ="true" /> android :name ="android.intent.action.MAIN" /> android :name ="android.intent.category.LAUNCHER" /> android :name =".MainActivity" android :exported ="true" >

좋아요수
0
댓글수
12
조회수
958