Skip to content

Setup Android Studio project

Daniele Ricci edited this page Jul 13, 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
  • Run the setup script adding the full path to your Android SDK installation:
./setup /path/to/your/android/sdk

This will clone the client-common-java repository and set it up automatically.

  • Open Android Studio and select Import project
  • Point to the root directory of the repository
  • Wait for Gradle to build and that's all!

The setup script just clones client-common-java in your working directory and set it up to build against aSmack. You can do all these tasks manually if you prefer: just take a look at the script.

Clone this wiki locally