Unable to switch to debug build variant in Android Studio

后端 未结 16 932
不知归路
不知归路 2021-02-01 14:22

I\'ve switched to release build variant and configured signingConfigs. Now when I try to check the debug build variant from the drop down menu it switches immediately back to th

16条回答
  •  忘了有多久
    2021-02-01 15:25

    For me, it was an issue with the gradle version. Make sure your plugin version and the required gradle version fit together, as defined here.

    https://developer.android.com/studio/releases/gradle-plugin

    You can find out which gradle versions you are using under:

    File -> Project Structure... -> Project

提交回复
热议问题