android-studio - 如何在 Android Studio 中导出项目?

标签 android-studio

如何在 Android Studio 中导出项目?我的意思是,就像我以前在 Eclipse 中通过 File|Export 所做的那样..

最佳答案

Follow the below steps to sign the application in the android studio:-

  1. 首先进入“构建”->“生成签名 APK”

    First screenshot

  2. 然后,一旦您单击“生成签名 APK”,就会出现信息对话框消息。

    Second screenshot

  3. 点击Create New如果您没有任何 keystore 文件,请单击按钮。如果您点击Choose Existing .

    This screenshot

  4. 点击 Create New 后按钮,然后出现对话框,您需要在其中输入 keystore 文件信息和其他签名权限详细信息。

    Fourth screenshot

  5. 填写完整的详细信息后,请单击 Ok按钮,然后它重定向到此对话框。

    Fifth screenshot

  6. 单击“下一步”按钮,然后选中 Run ProGuard 上的标记然后点击完成。它生成签名的 APK。

    Sixth screenshot

    Seventh screenshot

关于android-studio - 如何在 Android Studio 中导出项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16622843/

相关文章:

android - 更新到 Catalina mac os 后,ADB 和 Xcode 无法检测到连接的设备

android - 在Android Studio下运行时Flutter应用程序卡住

android - 用于代码生成的 ANTLR Tool 版本 4.5.3 与当前运行时版本 4.7.1 不匹配

android - Android Studio 0.2.1错误

android-studio - 在Android库中向Google Play服务添加依赖项

android-studio - Android Studio 构建工作,Gradle 命令行失败

android - 如何在android studio中更改包名?

android - 如何在 Android Studio 中配置 Kotlin 的自动完成设置?

java - 类 RecyclerViewAdapter 中的构造函数 RecyclerViewAdapter 无法应用于给定类型

android - 如何让 Android Studio 下载依赖源和 javadoc?