Hỏi & Đáp
처음 04:35초 메인패스트 부분부터 난관이네요..
됐습니다..! 깃허브 파일 공유 하는법 찾다가 늦게봤는데 적용해보니까 잘 되네요 ^^
- Lượt thích
- 0
- Số bình luận
- 12
- Lượt xem
- 988
Hỏi & Đáp
됐습니다..! 깃허브 파일 공유 하는법 찾다가 늦게봤는데 적용해보니까 잘 되네요 ^^
Hỏi & Đáp
네..안되네요
Hỏi & Đáp
변경 전 코드입니다. 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" >