tutorialgetting-startedkotlinandroid
Getting Started with MobileCTL
M
MobileCTL Team5 min read
This guide will walk you through setting up MobileCTL and deploying your first mobile application.
For detailed documentation and examples, visit the official guide at https://ahmednader65.github.io/MobileCtl/guide
Prerequisites
Before installing MobileCTL, ensure your system meets these requirements:
Minimum Requirements
- Java: JDK 11 or higher
- Git: Version 2.0 or higher
- Operating System: Linux, macOS, or Windows
For Android Builds
- Android SDK
- Gradle 7.0 or higher
- Android Studio (recommended)
Installation
Verify your Java installation first:
bash
java -version
# Should show Java 11 or higherClone the MobileCTL repository:
bash
git clone https://github.com/AhmedNader65/MobileCtl.git
cd MobileCtlBuild the project using Gradle:
bash
./gradlew buildYour First Deployment
Once installed, navigate to your mobile app project and initialize MobileCTL:
bash
cd /path/to/your/mobile/app
mobilectl initConfigure your deployment settings and deploy:
bash
mobilectl deploy --platform androidNext Steps
Congratulations! You've completed your first deployment with MobileCTL. Check out our documentation for advanced configuration options and CI/CD integration guides.
For detailed documentation and examples, visit the official guide at https://ahmednader65.github.io/MobileCtl/guide
0
Article views
0
Clap to support
Enjoying this article? Show your support with a clap!