Conversation
|
See also this PR for unit test example. We should probably add your PR example to that. #1833 |
I encountered the error when I used Gradle plugin, so the prebuilt file has used instead and comment out Gradle plugin temporarily. The following build.gradle and the prebuilt Realm-java work. |
31f57ce to
066ae5e
Compare
|
retest this please |
|
@emanuelez Where should I look into? |
e55d0e3 to
655b97d
Compare
|
If we have annotated codes in |
655b97d to
39b455c
Compare
|
Can the example be reduced? It also includes a big CSV file. |
|
Since I had not been sure it works fine, I had migrated many tests of RealmTest into robolectricExample. I should delete most tests after stabilising. |
|
Whats the latest status? |
|
It worked well before version 0.88.0, but it doesn't work now, unfortunately. I am suspecting why it doesn't work well. It will be fixed soon. Although it will be fixed, it needs an additional CI process(or processes). |
|
I found Android's Gradle Plugin applies Transforms for build and android test, not for unit test. I think I should add Gradle task for unit test. So I'll add the |
|
Any update? |
|
@JAertgeerts Sorry. This issue's been changed to |
|
any update!? |
|
@Keerthana Sorry, not really. We have not worked on it lately but I hope we can return to it soon (no promises). |
|
Just to chime in, this would be tremendously helpful for those of us trying to use Realm and Robolectric. What needs to happen in order to make this real? (It's not clear from the latest status updates) |
|
Following back up on this one - is this at all on the roadmap? |
|
@tmtrademarked It is on the roadmap, but not scheduled yet. Most likely we will tackle this as part of providing a general JVM API since they have similar requirements in terms of building native code for the platform running it: #2339 |
|
@cmelchior any updates on this? |
Fixed by #904