Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

How To build the example app

Daniel edited this page Nov 25, 2019 · 1 revision

In order to start the example app please ensure the Delta Chat Core Rust code was build successfully. Please refer to this wiki page to build the DCC.

Android

Open the example/android folder as new project in your Android Studio and wait until the Gradle initialization is finished. Afterwards you can launch the app by selecting either the green Run or the Debug button in the toolbar.

iOS

In order to build and test the example app you should do some steps beforehand. Open your Terminal and execute the following commands step by step:

cd flutter-deltachat-core
flutter packages get
cd example/ios && pod install

Now you're done. 🎉
You should be able to build and run the example application.

Clone this wiki locally