-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Configuring Android Studio
kb100 edited this page Jan 3, 2016
·
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 Signal repository into your workspace.
- In Android Studio, close any currently open projects. You should see the Welcome to Android Studio window.
- Click Import Project
- Locate the Signal project you cloned, expand it, select the build.gradle file and click OK.
- In the following dialog, Gradle home locate the path for gradle and click OK.
You should now have a cleanly building Signal project in Android Studio! Make sure to check out the Code Style Guidelines before getting started.