Android的工作室:升级后签约问题 [英] Android Studio: Signing issue after upgrade

查看:120
本文介绍了Android的工作室:升级后签约问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近升级我的机器人工作室从0.2.6到0.2.11。构建 - >生成签署的apk向导这是在0.2.6开放是不来了这里。相反,它表明像一个对话框:

I recently upgraded my android studio from 0.2.6 to 0.2.11. The Build - > "generate signed apk" wizard which was opening up in 0.2.6 is not coming up here. Instead it shows a dialog like :

有关摇篮为基础的项目,签约配置应该在指定的摇篮构建脚本。 更多信息,请参阅摇篮用户指南。

For Gradle-based projects, the signing configuration should be specified in the Gradle build scripts. See the Gradle User Guide for more info.

我甚至增加了以下线build.gradle文件:

I even added the below lines in build.gradle file:

signingConfigs {
        debug {
            storeFile file("debug.keystore")
        }

        myConfig {
            storeFile file("other.keystore")
            storePassword "android"
            keyAlias "androiddebugkey"
            keyPassword "android"
        }
    }

    buildTypes {
        foo {
            debuggable true
            jniDebugBuild true
            signingConfig signingConfigs.myConfig
        }
    }

谁能告诉我可能是什么问题?

Could anyone please tell me what could be the issue?

或者也可以请你让我知道该怎么降级我的工作室?

Or also could you please let me know how to downgrade my studio?

感谢

推荐答案

这个问题得到了修复机器人工作室v 0.2.13预期。

This issue is got fixed in Android Studio v 0.2.13 as expected.

的Bug修复Android的Studio开发人员团队

谷歌Android主题

这篇关于Android的工作室:升级后签约问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆