Skip to content

Configuring Android Studio

sonnyochoa edited this page Nov 18, 2013 · 5 revisions

The Gradle World

We are now using gradle for our builds, so this should now be as simple as importing the build.gradle project into a recent Android Studio release.

  1. Install Android Studio.
  2. Install latest version of gradle.
  3. Clone the latest TextSecure repository into your workspace.
  4. In Android Studio, close any currently open projects. You should see the Welcome to Android Studio window.
  5. Locate the TextSecure project you cloned, expand it, select the build.gradle file and click OK.
  6. In the following dialog, Gradle home locate the path for grandle and click OK.

You should now have a cleanly building TextSecure project in Android Studio! Make sure to check out the RedPhone Style Guidelines before getting started.