# IREE for Java | |
### Instructions for compiling the AAR: | |
Note: This currently only builds on linux. | |
* Open iree/bindings/java/build.gradle in Android Studio | |
* Click **Build > Make Project** (Ctrl + F9) | |
* A .aar file will be in build/outputs/aar/ | |
TODO(jennik): Add command line instructions for building the AAR. |