aMetro

Open-source, offline metro & subway maps


Project maintained by RomanGolovanov Hosted on GitHub Pages — Theme by mattgraham

HomePrivacyInstallMapsMap EditingContributeFAQ

📲 Install aMetro

You can get aMetro in one of three ways:



📦 2) GitHub Releases


🔧 3) Build from Source

If you want the latest development version or prefer to compile yourself:

  1. Clone the repo
    git clone https://github.com/RomanGolovanov/ametro.git  
    cd ametro  
    
  2. Open in Android Studio
  3. Let Gradle sync
    • Android Studio will download required dependencies automatically.
  4. Build the APK
    • From the menu: Build > Build Bundle(s) / APK(s) > Build APK(s).
    • The output APK will be in app/build/outputs/apk/.
  5. Install on your device
    • Transfer the APK to your phone.
    • Enable Install from unknown sources (if not from Play Store).
    • Tap the file to install.

💡 Notes