Skip to content

Setup Android Studio project

Daniele Ricci edited this page Dec 1, 2016 · 7 revisions

Please do not translate this page.

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!

Import should be pretty straightforward and automatic. If you have issues please report them, we'd be glad to help.
Please remember to run the submodule command after cloning the project.

Clone this wiki locally