Unable to switch to debug build variant in Android Studio

后端 未结 16 718
不知归路
不知归路 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:11

    I fixed this issued by:

    1. Add a new build type named debug1 via edit build.gradle;Enable debug function of this build type;
    2. Sync and select the new build type debug1;

提交回复
热议问题