Here are the latest builds from the master branch.

*Zipfile*

http://factory.couchbase.com/view/build/view/mobile_dev/view/android/job/build_cblite_android_master/395/artifact/couchbase-lite-0.0.0-395-android-community.zip

*Maven artifacts*

Artifact ID:

compile 'com.couchbase.lite:couchbase-lite-android:0.0.0-395'



On Mon, Jun 2, 2014 at 10:55 PM, Pankaj Jakhar <pankajjakh...@gmail.com>
wrote:

> Hi Traun
>
> Can you please provide me latest build with this fix?
>
>
> On Monday, June 2, 2014 8:25:50 PM UTC+5:30, Traun Leyden wrote:
>
>> Good news!  The Couchbase Lite Android <-> CouchDB attachment issue has
>> been fixed:
>>
>> https://github.com/couchbase/couchbase-lite-android/issues/214
>>
>>
>> On Wed, May 28, 2014 at 8:52 AM, Pankaj Jakhar <pankaj...@gmail.com>
>> wrote:
>>
>>> Yes, Please do the favor. Make it a critical priority issue. Using
>>> CouchDB with CBLite is degrading the performance of well designed product.
>>> CBLite works really fast but when I do query CouchDB for something, it
>>> takes time.
>>>
>>>
>>>
>>> *PankaJ Jakhar*
>>>
>>> There Is No Secret Ingredient. It’s Just You.
>>>
>>>
>>> On Wed, May 28, 2014 at 9:18 PM, Traun Leyden <traun....@gmail.com>
>>> wrote:
>>>
>>>> Oh yeah I remember the discussion regarding that workaround.
>>>>
>>>> I don't know what's causing that error.
>>>>
>>>> I think the best fix is to get the CouchDB attachment incompatibility
>>>> issue fixed, which is tripping up lots of users.  I will try to bump the
>>>> priority on that.
>>>>
>>>>
>>>> On Wed, May 28, 2014 at 8:40 AM, Pankaj Jakhar <pankaj...@gmail.com>
>>>> wrote:
>>>>
>>>>> I am using CouchDB and CBLite on Android Device - 1. CBLite - to index
>>>>> data and to serve it faster(Only pull replication) 2. CouchDB - to both
>>>>> pull/push documents to CouchDB running on server. Using two DBs on Mobile
>>>>> platform is actually a work around for the attachments issue of CouchDB on
>>>>> server side.
>>>>>
>>>>> So, using Ektorp APIs with CBLite is the cause of issue? Or something
>>>>> else? What should I do to resolve it?
>>>>>
>>>>>
>>>>> On Wednesday, May 28, 2014 8:51:37 PM UTC+5:30, Traun Leyden wrote:
>>>>>
>>>>>>
>>>>>> > Caused by: java.lang.UnsatisfiedLinkError: Couldn't load beam from
>>>>>> loader
>>>>>>
>>>>>> "beam" is related to the Erlang virtual machine
>>>>>>
>>>>>> > com.couchbase.android.CouchbaseService
>>>>>>
>>>>>> This class is from https://github.com/couchbase/Android-Couchbase/
>>>>>> blob/master/src/com/couchbase/android/CouchbaseService.java
>>>>>>
>>>>>> Looks like you're using a deprecated project which is no longer
>>>>>> supported and you should switch to https://github.com/couchbas
>>>>>> e/couchbase-lite-android
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, May 27, 2014 at 11:39 PM, Pankaj Jakhar <pankaj...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I have tried with those steps  but now the error message has changed.
>>>>>>>
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): FATAL EXCEPTION:
>>>>>>> Thread-444
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): java.lang.
>>>>>>> ExceptionInInitializerError
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): at
>>>>>>> com.couchbase.android.CouchbaseService$2.run(CouchbaseServic
>>>>>>> e.java:229)
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): Caused by: java.lang.
>>>>>>> UnsatisfiedLinkError: Couldn't load beam from loader
>>>>>>> dalvik.system.PathClassLoader[dexPath=/data/app/com.innotion
>>>>>>> .protean-2.apk,libraryPath=/data/app-lib/com.innotion.protean-2]:
>>>>>>> findLibrary returned null
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): at
>>>>>>> java.lang.Runtime.loadLibrary(Runtime.java:365)
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): at
>>>>>>> java.lang.System.loadLibrary(System.java:535)
>>>>>>> 05-28 11:54:43.670: E/AndroidRuntime(5581): at
>>>>>>> com.couchbase.android.ErlangThread.<clinit>(ErlangThread.java:78)
>>>>>>>
>>>>>>> I googled it and found it Unsatisfied Link Error
>>>>>>> <http://stackoverflow.com/questions/23173587/java-lang-unsatisfiedlinkerror-couldnt-load-aacdecoder-from-loader>
>>>>>>> .
>>>>>>>
>>>>>>> What to do now? If you can provide me a jar using Android NDK which
>>>>>>> would fix this issue?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tuesday, May 27, 2014 9:07:52 PM UTC+5:30, Traun Leyden wrote:
>>>>>>>
>>>>>>>> That sounds like you may have "old jars" mixed with "new jars".
>>>>>>>>
>>>>>>>> Can you create a project from scratch and follow the instructions
>>>>>>>> here?
>>>>>>>>
>>>>>>>> http://developer.couchbase.com/mobile/develop/training/build
>>>>>>>> -first-android-app/get-started-eclipse/index.html
>>>>>>>>
>>>>>>>> Do you still see the error in that case?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, May 22, 2014 at 6:19 AM, Pankaj Jakhar <pankaj...@gmail.com
>>>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> I have downloaded latest CBLite1.0.0 build jars from Couchbase
>>>>>>>>> site but now when I have included them in my existing project 
>>>>>>>>> replacing
>>>>>>>>> beta2 libraries I am getting this build error.
>>>>>>>>>
>>>>>>>>> Unable to execute dex: Multiple dex files define Lcom/couchbase/
>>>>>>>>> lite/android/AndroidContext
>>>>>>>>>
>>>>>>>>> What is the cause of problem? I have also extracted
>>>>>>>>> cbl_collator_so-1.0.0
>>>>>>>>> and added three folders from it in my project's libs directory. -
>>>>>>>>> armeabi, armeabi-v7a, mips, x86
>>>>>>>>>
>>>>>>>>> Can you please make it clear what is the issue and what is the
>>>>>>>>> solution?
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> 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 mobile-couchba...@googlegroups.com.
>>>>>>>>>
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/mobile-couchbase/77617d43-
>>>>>>>>> 38ad-44a2-bf5d-f726f7f2960f%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/mobile-couchbase/77617d43-38ad-44a2-bf5d-f726f7f2960f%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 mobile-couchba...@googlegroups.com.
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/mobile-couchbase/209fbe3d-
>>>>>>> 89d0-4608-8f3a-c95993631503%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/mobile-couchbase/209fbe3d-89d0-4608-8f3a-c95993631503%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 mobile-couchba...@googlegroups.com.
>>>>> To view this discussion on the web visit https://groups.google.com/d/
>>>>> msgid/mobile-couchbase/44fc310a-f909-4762-ba4d-
>>>>> dfbd1a19a374%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/mobile-couchbase/44fc310a-f909-4762-ba4d-dfbd1a19a374%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 a topic in the
>>>> Google Groups "Couchbase Mobile" group.
>>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>>> topic/mobile-couchbase/cxIRTupPsOg/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> mobile-couchba...@googlegroups.com.
>>>>
>>>> To view this discussion on the web visit https://groups.google.com/d/
>>>> msgid/mobile-couchbase/CACSSHCHKS3sdDkX6eFQ208dbneFSE
>>>> %2BHS98%2BCSw18ruJ9tSqFtw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/mobile-couchbase/CACSSHCHKS3sdDkX6eFQ208dbneFSE%2BHS98%2BCSw18ruJ9tSqFtw%40mail.gmail.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 mobile-couchba...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/mobile-couchbase/CAGeXe0u4S8wWK%2BjkK2f%
>>> 2BWyxox0wwBQgT25c5bkN%3DeXr2%3DpT1Xg%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/mobile-couchbase/CAGeXe0u4S8wWK%2BjkK2f%2BWyxox0wwBQgT25c5bkN%3DeXr2%3DpT1Xg%40mail.gmail.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 mobile-couchbase+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mobile-couchbase/938fee34-0f78-488f-b238-50cecf75477a%40googlegroups.com
> <https://groups.google.com/d/msgid/mobile-couchbase/938fee34-0f78-488f-b238-50cecf75477a%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 mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/CACSSHCGK_MJt4Lr5G9Ec4DTHhkQTiUZBrJRXBKFJJwsy%3D_0ciw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to