Android Studio 3.0 Compile Issue (Cannot choose between Configurations)

后端 未结 10 835
再見小時候
再見小時候 2020-11-30 04:34

Issue with latest 3.0 build (Beta 2) My project has 1 sub module by a 3rd party so I only have access to their build.gradle.

My project has 3 flavours, snap, uat, pr

10条回答
  •  孤城傲影
    2020-11-30 05:17

    For me, run into the same error on Android Studio 3.5.2, with a different cause. I was trying to add an application module as a library.

    I resolved it by simply converting the application module to a library module .

提交回复
热议问题