2

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?

Daimonium
  • 29
  • 8

2 Answers2

1

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

geisshirt
  • 2,457
  • 1
  • 17
  • 20
  • It seems to be related to 2015 year. SupressLint and NonNull work. Will it not support custom annotations from Realm? Did you check it? – Daimonium Feb 21 '17 at 12:05
  • @Daimonium The last post in the thread indicated that annotations weren't support. I didn't dive into it. – geisshirt Feb 21 '17 at 16:29
  • You was right. I sent request to AIDE developers. Will hope, annotations will be in the next release. Seems like you are from Realm support. AIDE have very poor support of gradle. Are you really not providing jar? – Daimonium Mar 01 '17 at 07:48
  • With v1.0.0 and later we only support Android Studio - we did really have any request for jar files and everybody was moving to Android Studio. Even with a jar file, it might be hard to get AIDE running. Realm also depends on bytecode manipulations. I also wrote to AIDE support but I haven't got a reply yet. – geisshirt Mar 01 '17 at 10:58
  • Wow, Realm really have very good support team. AIDE Team should take lead from you. I hope, users of AIDE will get ability to bring cool Realm to their projects soon. – Daimonium Mar 22 '17 at 20:10
-1

It should be a comment which i cannot. Menu->More->Project->Refresh Build.

  • Nothing happened. AIDE don't want to download Realm. I read that Realm doesn't support Maven... Is there a way by which I can bring Realm manually? – Daimonium Feb 18 '17 at 14:41