kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.13k stars 621 forks source link

Could not select value from candidates #111

Open aosyee opened 4 years ago

aosyee commented 4 years ago

A problem occurred configuring root project 'android_generated'.

A problem occurred configuring project ':flutter'. Could not resolve all dependencies for configuration ':flutter:embed'. Could not resolve project :flutter_boost. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message) Could not resolve project :device_info. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message) Could not resolve project :flutter_drag_scale. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message) Could not resolve project :package_info. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message) Could not resolve project :path_provider. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message) Could not resolve project :xservice_kit. Required by: project :flutter Could not select value from candidates [debug, profile, release] using AlternateDisambiguationRule.BuildTypeRule. java.lang.NullPointerException (no error message)

genehsun commented 4 years ago

the same

CoderNo89757 commented 3 years ago

same question, is there any anwsers?