简体   繁体   English

生成登录APK后,我打开Android Studio更新我的应用程序(我对这2个文件的处理)

[英]I Open Android Studio For Update My App After Generate Sign APK (What I do with these 2 files)

I generate sign APK and published it successfully. 我生成了签名APK,并成功发布了它。

When I open my Android studio again. 当我再次打开Android Studio时。 My project open and when I click on RUN then this window opens : http://prntscr.com/gn2dt7 Don't know what I write in these fields? 我的项目打开,当我单击“运行”时,将打开以下窗口: http : //prntscr.com/gn2dt7不知道我在这些字段中写了什么? And When I click the fix then this window opens : http://prntscr.com/gn2gvu also don't know what I write in these fields? 当我单击该修复程序时,将打开以下窗口: http : //prntscr.com/gn2gvu还不知道我在这些字段中写了什么?

Guide Me Please About These Two Files. 请引导我有关这两个文件。

Yes you need to run the project once again, before making it as a signed apk change the version name and version number in build.gradle , then go to the playstore where you have published your previous signed apk, at the same place click again to upload apk and publish it. 是的,您需要再次运行该项目,然后将其作为已签名的apk 更改build.gradle中的版本名称和版本号 ,然后转到您发布了先前已签名的apk的playstore,在同一位置再次单击以上传并发布apk。 After uploading the apk it shows the update in playstore(it takes some time to show the button update). 上载apk后,它将在playstore中显示更新(需要一些时间才能显示按钮更新)。

您需要更新gradle中的versionCode(始终为数字,并且必须自我增加)和versionName,之后,您仅需要构建de apk。

Based on my experience it is good to create one key file for every application you will create and you must take care of it . 根据我的经验,最好为要创建的每个应用程序创建一个key file ,并且必须照顾好它。

When you publish new APK file from your project you must change only version number and version name , but you must use existing key file that you created it before to sign your application's new version . 从项目中发布新的APK file ,您必须仅更改version numberversion name ,但是必须使用在创建应用程序的新版本之前创建的现有key file

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载源代码后,我在 android 工作室中找不到“生成签名的 apk” - I can not find “generate signed apk” in android studio after I load my source code 更新Android Studio后生成签名的APK - Generate signed APK after update Android Studio 我改变了我的Android应用程序版本,我的应用程序在Android工作室运行,但当我生成apk和afte安装它停止 - i changed my android app version and my app is running on android studio but when i generate apk and afte install it stop 丢失应用程序密钥后,在 Android Studio v 4.0.1 中生成 Sign Apk - Generate Sign Apk in Android Studio v 4.0.1 after loosing the key of the app 如何签署我的Android apk for Google Play提交 - How do I sign my Android apk for Google Play submission 如何打开 Android 应用的.APK 文件来更新底层代码? - How do I open an Android app's .APK file to update underlying code? 如何在Android Studio中使用我的上传密钥(没有密钥库)对我的android应用捆绑包进行签名? - How do I sign my android app bundle with my upload key (without the keystore) in Android Studio? 我已经使用 ionic 和 angular 构建了一个简单的应用程序? 如何在不使用 android studio 的情况下生成带电容器的 apk 文件? - I have build an simple app using ionic with angular ? How do i generate apk file with capacitor without using android studio? android apk更新:我怎么知道最新版本? - android apk update: what do I know of last version? 更新到2.3后,Android Studio不会生成签名的apk - Android Studio doesn't generate signed apk after update to 2.3
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM