From 1996b7e58fabe5e73a9454af359e65c39130033b Mon Sep 17 00:00:00 2001 From: dodgex Date: Thu, 1 May 2014 17:52:57 +0200 Subject: Add Android Studio / Gradle instructions --- website/setup/android.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'website/setup/android.html') diff --git a/website/setup/android.html b/website/setup/android.html index 9aeddfc5..8bd99197 100644 --- a/website/setup/android.html +++ b/website/setup/android.html @@ -76,6 +76,32 @@ java -jar lombok.jar publicApi (which you can modify in that project's properties page) with lombok-api.jar, as produced in the procedure explained for Eclipse, above. +

Gradle & Android Studio

+
+ While there might be other ways, this is how I got lombok working for Gradle and Android Studio. + +

Gradle Setup

+ +

Android Studio

+ While the Gradle build already works, Android Studio is not able to see the generated methods. To fix this, you have to install the Lombok Plugin for IntelliJ IDEA/Android Studio. + +