Need Guidance on Configuring CI/CD for Android App Deployment #32
-
Hi everyone, I’m working on deploying an Android app, and I'm running into several issues related to building and deploying the app. I’m seeking guidance on how to properly configure my CI/CD pipeline to overcome these challenges. Is there any documentation that i can refer to? I’m particularly interested in how to ensure compatibility between the various components in this setup and to streamline the deployment process. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I don't use CI/CD automated deployment now, but compile locally through Android Studio. I will consider adding CI/CD automated deployment in the future. Below is my Android Studio compilation environment, I hope it helps you.
|
Beta Was this translation helpful? Give feedback.
Hi, I don't use CI/CD automated deployment now, but compile locally through Android Studio. I will consider adding CI/CD automated deployment in the future.
Below is my Android Studio compilation environment, I hope it helps you.