-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Configuring Android Studio
sonnyochoa edited this page Nov 18, 2013
·
5 revisions
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.
- Install Android Studio.
- Install latest version of gradle.
- Clone the latest TextSecure repository into your workspace.
- In Android Studio, close any currently open projects. You should see the Welcome to Android Studio window.
- Locate the TextSecure project you cloned, expand it, select the build.gradle file and click OK.
- 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.