简体   繁体   English

在没有Android Studio的情况下在Google Play控制台上部署移动应用

[英]deploying the mobile app on Google play console without Android studio

I developed this react Native mobile application called "ClkApp". 我开发了这个反应本地移动应用程序,称为“ ClkApp”。 I Published my application using expo and I can see the application on my phone. 我使用expo发布了应用程序,并且可以在手机上看到该应用程序。

Now, I want to publish this application on Google play. 现在,我想在Google Play上发布此应用程序。 I completed all the required steps including paid the fee of 25 dollars. 我完成了所有必需的步骤,包括支付了25美元的费用。 One of the step requires that I generate a signed APK. 步骤之一要求我生成一个已签名的APK。 I saw some tutorials how to generate the Signed APK and all of them build the application using android studio and go to Build -> Generate Signed APK. 我看到了一些如何生成Signed APK的教程,所有教程都使用android studio来构建应用程序,然后转到Build-> Generate Signed APK。 I tried to open my app on Android studio, but I don't see any option under Build menu other than "Analyze APK" and "deploy Module to app engine". 我试图在Android Studio上打开我的应用程序,但是除了“分析APK”和“将模块部署到应用程序引擎”之外,“构建”菜单下没有看到任何其他选项。 there is another option called "make", but that is disabled. 还有一个称为“ make”的选项,但是已被禁用。 Below is the image: 下面是图像:

在此处输入图片说明

I created a new test application using android studio and I can see the options like generate signed APK, Build etc. for this test application. 我使用android studio创建了一个新的测试应用程序,我可以看到一些选项,例如为该测试应用程序生成签名的APK,Build等。 I don't want to create "ClkApp", my original app", application using android studio because that will take lot of time. Is their any way, I can generate the APK on this existing application and don't have to use android studio at all. 我不想使用Android Studio创建“ ClkApp”(我的原始应用程序”)应用程序,因为这会花费很多时间。无论如何,我可以在此现有应用程序上生成APK,而不必使用android工作室。

Any help will be greatly appreciated. 任何帮助将不胜感激。

Since you have build your app with Expo. 由于您已经使用Expo构建了应用程序。 You can use Expo to generate apk (standalone app) 您可以使用Expo生成APK(独立应用)

After you configure app.json and run expo build:android 配置app.json并运行expo build:android

Check this for details https://docs.expo.io/versions/v32.0.0/distribution/building-standalone-apps/ 检查此以获取详细信息https://docs.expo.io/versions/v32.0.0/distribution/building-standalone-apps/

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

相关问题 如何在不使用Android Studio的情况下为Google Play开发控制台创建即时应用? - How to create an instant app for Google Play Developement console, without using Android Studio? 在Android Studio中部署Google App引擎 - Deploying google app engine in Android Studio Google Play 控制台 Play 应用签名 - Android App Bundle 未签名 - Google Play Console Play App Signing - The Android App Bundle was not signed Android Studio 中 Android 应用程序的 Google Play 许可 - Google Play Licencing for an Android app in Android Studio Play控制台中的任何Android应用都会显示在Google Api控制台中 - Does any Android app in Play console appear in Google Api Console 将Android应用程序(在Delphi FireMonkey中开发)部署到Google Play商店 - Deploying Android App (developed in Delphi FireMonkey) to Google Play Store 在没有 Play 商店帐户的设备上部署 Android 应用 - Deploying an Android app on devices without Play Store account Android Studio 未部署应用程序 - Android Studio Not Deploying App 如何在没有 Google Play 的情况下更新 Android 应用程序? - How to update android app without Google Play? 更新Android应用(不使用Google Play) - Update an Android app (without Google Play)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM