I need to import Couchbase Lite
in one of my proyects. I dont want to use Gradle
. So basically what I am doing is :
- I have donwloaded the proyect from github
- I have imported it like a new module (File->New->Impor module->path)
After compilate the proyect I am facing an error,
Cannot resolve symbol AndroidContext
so I need the class
AndroidContext
That class is here so I am trying to import it like the previuse one, like a module, but I am facing this error.
What I am doing wrong? What I should do for import CouchBase lite to android not using
compile 'com.couchbase.lite:couchbase-lite-android:1.4.0'