Vagarval
Vagarval

Reputation: 25

How to Realm setup in Android

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

Answers (1)

ChaturaM
ChaturaM

Reputation: 1557

make sure you have included

compile 'io.realm:realm-android:0.80.0'

under dependencies in your build.gradle file

Upvotes: 4

Related Questions