Search code examples
androidrealmaide

How to grab Realm in AIDE


I just want to pick up Realm library to my project in AIDE. I did all as it is described on official site of Realm, but AIDE doesn't react on this changes in Gradle.

Project level build.gradle:

classpath "io.realm:realm-gradle-plugin:2.3.1"

App level build.gradle:

apply plugin: 'realm-android'

AIDE team isn't responsible in their Google+ community. Please, could anyone help me? 😥


Solution

  • AIDE doesn't support annotation processing (https://groups.google.com/forum/#!topic/android-ide/KXBhxfoO0h8) which is used heavily by Realm Java.