Are you using Eclipse + maven artifacts? That's an untested configuration, so I'm not sure that it will work or not. Can you try with Android Studio or are you required to use Eclipse?
For Eclipse users, we are recommending a different approach to adding the dependencies: http://developer.couchbase.com/mobile/develop/training/build-first-android-app/get-started-eclipse/index.html On Wed, Aug 13, 2014 at 8:31 PM, Gyula Vörös <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/mobile-couchbase/a80e9300-fd6c-4148-8b09-00b50f5b9ac2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CACSSHCGvz4UDJPHv6aX%3D_4LCFe5mKpgYXFzfkGnMKf4pxibGfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
