yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
46 stars 69 forks source link

1.7.0 업데이트 이후 빌드 에러 발생 #75

Closed cmlee-danbi closed 1 year ago

cmlee-danbi commented 1 year ago
Users/kevin/workspace/cashfi-2.0-flutter/android/app/src/debug/AndroidManifest.xml Error:
    Attribute activity#com.navercorp.nid.oauth.activity.NidOAuthWebViewActivity@theme value=(@style/LaunchTheme) from (unknown)
    is also present at [com.navercorp.nid:oauth:5.2.0] AndroidManifest.xml:41:13-75 value=(@style/Theme.AppCompat.Transparent.NoActionBar).
    Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml to override.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : Attribute activity#com.navercorp.nid.oauth.activity.NidOAuthWebViewActivity@theme value=(@style/LaunchTheme) from (unknown)
    is also present at [com.navercorp.nid:oauth:5.2.0] AndroidManifest.xml:41:13-75 value=(@style/Theme.AppCompat.Transparent.NoActionBar).
    Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml to override.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

> flutter --version   
Flutter 3.3.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision eb6d86ee27 (12 days ago) • 2022-10-04 22:31:45 -0700
Engine • revision c08d7d5efc
Tools • Dart 2.18.2 • DevTools 2.15.0
> flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.2.1 21D62 darwin-arm, locale en-KR)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.72.0)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

• No issues found!