LogoLogo
  • 👋Welcome
  • For the users
    • 📱Download
      • 🔄Update application
    • 📖Offline dictionaries
    • 🌐Dictionaries servers
    • ⁉️Support
  • For the developers
    • 🖥️Getting started
    • 🛠️Develop on Remède
      • 🔌Setup
      • 📁Structure
      • 🧸Development
      • ⚙️API
      • ✨Features
        • ✈️Offline
        • 📒Sheets
        • 🧰DICT Client
      • Android development
    • 📪API
  • Database
    • 🗃️Database
      • 📋Database schema
      • 🗒️Document schema
      • 📦Dataset
      • 🎶Rimes
      • 📍Internationalization
        • 🇬🇧English database
    • 🚧Build Dictionary
      • The building lifecycle
      • Generate my own database
      • About
    • 📌Remède for your project
    • 📎Available formats
      • DICT
      • XDXF
      • CSV
    • ©️Credits
  • Project
    • 📜Story
    • 🙏Contributing
      • 🌐Translation
    • 👣Lifecycles and infrastructure
    • ⏭️Remède Next
Powered by GitBook

Find us

  • Website
  • Github
  • Support

© 2025 The Remède Project and its contributors.

On this page
  • Opening Android project
  • Building for Android

Was this helpful?

Edit on GitHub
  1. For the developers
  2. Develop on Remède

Android development

Remède is running on Android. Let's learn how to build Remède for Android !

PreviousDICT ClientNextAPI

Last updated 3 months ago

Was this helpful?

The Android project is inside app/android folder. The following commands need to be executed in the app folder.

Opening Android project

You can open the Android project in Android Studio using :

ionic capacitor open android

Building for Android

Run the following command and continue in Android Studio where you would build, test and debug the application.

ionic capacitor build android

This command builds the Vue project using vite and move the generated resources to the android project, so they can be served through a WebView in the native application.


See for more information.

🛠️
Capacitor