How to Download Source Code
Download the full source code of your Swiftspeed app. Android Studio project, Gradle config, and build instructions.
Source Code Download
Swiftspeed lets you download the complete source code of your app. This gives you full control to modify, extend, or build your app manually using your own development tools.
How to Download
- Go to Publish in the editor
- Navigate to the Build & Download section
- Click "Download Source Code"
- A ZIP file containing the full project will be generated
What's Included
The source code download includes:
- Complete Android project (ready to open in Android Studio)
- Gradle configuration
- All app assets, icons, and resources
- Node modules for Capacitor plugins
- Your app's web content (HTML, CSS, JS)
- Keystore file for signing
Building from Source
To build the app from source code:
- Extract the ZIP file
- Open the project in Android Studio
- Wait for Gradle to sync
- Build the project using
Build > Build APK
Requirements
- Android Studio (latest version recommended)
- JDK 21 or higher
- Android SDK