This is a known issue with ADT. The Google team decided to ban, including native code, in Jar files because they notice that applications are published using native code for Windows and Mac.
I am working on a solution to a problem, and I have several select queries fixing the problem. Once they are merged into master and a new version is released (very soon), you will have to use the distribution package and move the contents of the eclipse folder to the libs folder.
You also need to enable annotation processing in Eclipse, but we will provide detailed instructions on how to do this.
Another problem with Eclipse is that it uses its own annotation processor (!!!), which returns elements not in the order specified in the source code, but in order by type. A workaround for this will also be released in 0.72.0
TL DR Stay tuned for the next (and imminent) release of Realm.
source share