有时我们使用android studio打开项目想运行的时候,我们发现运行按钮左边的选择框里显示的主module的左边显示一个红叉,当我们点击运行按钮是会弹出下面的弹框Error: The apk for your currently selected variant (app-release.apk) is not signed. Please specify a

我们会发现最下方会提示这个错误:Error: The apk for your currently selected variant (app-release.apk) is not signed. Please specify a signing configuration for this variant (release).当我们点击Run时会弹出其他的窗口。

上面这个错误的解决方法是:android studio左下角打开Build Variants,将release换为debug即可。

相关文章:

  • 2021-10-04
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2021-09-23
  • 2021-06-02
  • 2022-01-11
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案