Reputation: 25
I am facing an error when including Realm API in to my Android project
Please provide instructions to set it up in Android studio.
Upvotes: 1
Views: 365
Reputation: 1557
make sure you have included
compile 'io.realm:realm-android:0.80.0'
under dependencies in your build.gradle file
Upvotes: 4