Skip to content

Setup Android Studio project

Daniele Ricci edited this page Jul 17, 2015 · 7 revisions

This page needs to be updated.

We don't handle versioning of IntelliJ metadata, so your setup of Android Studio will be partially manual.

  • Clone the repository:

git clone https://github.com/kontalk/androidclient.git cd androidclient git submodule update --init


* Open Android Studio and select _Import project_

* Point it to the root directory of the repository

* Wait for Gradle to build and that's all!
Clone this wiki locally