Hey,

Same here. Do you have any update? I tried with

compile group: 'com.couchbase.lite', name: 'couchbase-lite-android', 
version: '0.0.0-436'
&
compile group: 'com.couchbase.lite', name: 'couchbase-lite-android', 
version: '1.0.1'

no luck so far.

I see the file in the projects build folder: 
/build/intermediates/exploded-aar/com.couchbase.lite/couchbase-lite-android/0.0.0-436/classes.jar!/services/com.couchbase.lite.storage.SQLiteStorageEngine,
 
but get "Failed to load storage.  Resource: 
services/com.couchbase.lite.storage.SQLiteStorageEngine classname:".

2014. augusztus 12., kedd 3:11:30 UTC-4 időpontban John Bibal III a 
következőt írta:
>
> This happens when I try to initialize the Couchbase lite database.
>
> // create a new database
> database = null;
> try {
>     database = manager.getDatabase(DATABASE_NAME);
>     Log.d (TAG, "Database created");
> } catch (CouchbaseLiteException e) {
>     Log.e(TAG, "Cannot get database");
>     return;
> } 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/a80e9300-fd6c-4148-8b09-00b50f5b9ac2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to