Back to Blog
tutorialgetting-startedkotlinandroid

Getting Started with MobileCTL

M
MobileCTL Team
5 min read
Getting Started with MobileCTL

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 higher

Clone the MobileCTL repository:

bash
git clone https://github.com/AhmedNader65/MobileCtl.git
cd MobileCtl

Build the project using Gradle:

bash
./gradlew build

Your First Deployment

Once installed, navigate to your mobile app project and initialize MobileCTL:

bash
cd /path/to/your/mobile/app
mobilectl init

Configure your deployment settings and deploy:

bash
mobilectl deploy --platform android

Next 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!