inflearn logo
Khóa học

Khóa học

Chia sẻ kiến thức

Bài viết của oe5106

oe5106 oe5106

@oe5106

Số lượng đánh giá đã viết
-
Xếp hạng trung bình
-

Bài viết 3

Hỏi & Đáp

처음 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" >

Lượt thích
0
Số bình luận
12
Lượt xem
988