You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
couchbase.jar will now include version number
installer updated to remove old jars
no longer overwritten by unzipping new files
installer updated to remove old references in .classpath
Change-Id: I1cd0100f530bad6bc21f1e17f73ae0d4080c2a5b
Reviewed-on: http://review.couchbase.org/11256
Reviewed-by: Marty Schoch <[email protected]>
Tested-by: Marty Schoch <[email protected]>
Copy file name to clipboardExpand all lines: README.markdown
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,12 +145,13 @@ The current build of Android Couchbase embed the CouchDB binaries. There is info
145
145
In some environments it may not be possible to use the couchbase.xml ant script installer. Couchbase can be installed manually using the following steps.
146
146
147
147
1. Unzip the Couchbase.zip archive. This will produce another zip file named overlay.zip.
148
-
2. Extract the contents of the overlay.zip file into your project. This will place all assets and libraries in the correct location within the structure of your project.
148
+
2. Remove any existing couchbase*.jar file from <projectroot>/libs
149
+
3. Extract the contents of the overlay.zip file into your project. This will place all assets and libraries in the correct location within the structure of your project.
149
150
150
151
cd <projectroot>
151
152
unzip /<pathto>/overlay.zip
152
153
153
-
3. Update the project's AndroidManifest.xml to declare the Couchbase service and request the required permissions.
154
+
4. Update the project's AndroidManifest.xml to declare the Couchbase service and request the required permissions.
Copy file name to clipboardExpand all lines: doc/README.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,12 +95,13 @@ For examples please look at:
95
95
In some environments it may not be possible to use the couchbase.xml ant script installer. Couchbase can be installed manually using the following steps.
96
96
97
97
1. Unzip the Couchbase.zip archive. This will produce another zip file named overlay.zip.
98
-
2. Extract the contents of the overlay.zip file into your project. This will place all assets and libraries in the correct location within the structure of your project.
98
+
2. Remove any existing couchbase*.jar file from <project root>/libs
99
+
3. Extract the contents of the overlay.zip file into your project. This will place all assets and libraries in the correct location within the structure of your project.
99
100
100
101
cd <project root>
101
102
unzip /<path to>/overlay.zip
102
103
103
-
3. Update the project's AndroidManifest.xml to declare the Couchbase service and request the required permissions.
104
+
4. Update the project's AndroidManifest.xml to declare the Couchbase service and request the required permissions.
0 commit comments