Android App
Build & Install Android App
1
Install Android Studio (free)
Download and install Android Studio on your computer (Windows / Mac / Linux)
developer.android.com/studio
2
Open the Android Project
In Android Studio → File → Open Project → select the
mobile/android/ folder from your ERP directory3
Set Your Server URL
Open
app/src/main/java/com/konstent/erp/MainActivity.java and change:private static final String ERP_URL = "https://yourdomain.com/";
4
Build the Release APK
In Android Studio: Build → Generate Signed Bundle/APK → APK → Create New Keystore
APK will be saved to
APK will be saved to
android/app/release/app-release.apk5
Upload APK to Server
Upload the built APK to your server at:
storage/app/konstent-erp.apk
Once uploaded, this page will show a "Download APK" button
Install on Android Phone
1. Open this page on your Android phone and tap "Download APK"
2. Enable Install from Unknown Sources if prompted (Settings → Security)
3. Open the downloaded APK and tap Install
4. The KONSTENT ERP app appears on your home screen
2. Enable Install from Unknown Sources if prompted (Settings → Security)
3. Open the downloaded APK and tap Install
4. The KONSTENT ERP app appears on your home screen
Auto-Updates
Any change you make to the ERP (new features, bug fixes, UI changes) will automatically appear in the app on the next open — no reinstall needed. Only rebuild and reinstall the APK if you change app settings like the server URL or push notification settings.