在批处理文件中生成签名的APK …时,如何在
Android Studio(IntelliJ)中单击并显示对话框?
我不想有一个用于插入密码的命令行界面,我想显示多彩的对话框.
有几个“解决方案向量”,我没有成功地遵循:
>查找Android提供的可执行文件,并从批处理文件中调用它
>我没有找到它.
>检查IntelliJ是否有一个通用机制来从命令行调用操作
>我发现Command Line Tools但是不明白,如果他们是我想要的,以及如何使用它们.
编辑:从批量打开对话框,一个python脚本或者gradle也可以
解决方法
根据JetBrains文章中的信息,没有一定的命令行来执行此操作.当然可以用“启动”命令启动程序,但除此之外,还不能完成.
On this,last,page of the Wizard,specify the output directory for the generated Android Package. Optionally,have IntelliJ IDEA obfuscate the application through integration with the ProGuard built-in tool.
(Quote shows how it is mandatory to use the GUI,not a command line,to generate.)
网站:https://www.jetbrains.com/idea/help/generate-signed-apk-wizard.html