Skip to content

Commit b6457d5

Browse files
committed
Update Installation
1 parent 63fa61c commit b6457d5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ WCDB is an **efficient**, **complete**, **easy-to-use** mobile database framewor
3434
* **Via source code**:
3535
1. Getting source code from git repository. If cloning from git, submodules are required: `git submodule update --init --recursive`.
3636
2. Drag `WCDB.xcodeproj` in `wcdb/apple/` into your project;
37-
3. Add `WCDB.framework` to the `Target Dependencies` section and `Linked Binary and Libraries` of your Xcode project's `Build Phases` settings;
38-
4. Add `WCDB.framework` to the `Enbedded Binaries` section of your Xcode project's `General` settings;
37+
3. Add `WCDB.framework` to the `Target Dependencies` section and `Linked Binary and Libraries` of your Xcode project's `Build Phases" settings;
38+
4. Add `WCDB.framework` to the "Enbedded Binaries" section of your Xcode project's "General" settings;
3939

4040
Add `#import <WCDB/WCDB.h>` at the top of your Objective-C++ source files and start your WCDB journey.
4141

@@ -129,8 +129,7 @@ method.
129129
### Build WCDB Android with Prebuilt Dependencies
130130

131131
WCDB itself can be built apart from its dependencies using Gradle or Android Studio.
132-
To build WCDB Android library, import Gradle project or run Gradle wrapper on
133-
`android` directory:
132+
To build WCDB Android library, run Gradle on `android` directory:
134133

135134
```bash
136135
$ cd android
@@ -146,9 +145,7 @@ sdk.dir=path/to/sdk
146145
ndk.dir=path/to/ndk
147146
```
148147

149-
Android Studio will do this for you when the project is imported. If you have
150-
*"Failed to notify project evaluation listener"* error, double check your `ndk.dir`
151-
property.
148+
Android Studio will do this for you when the project is imported.
152149

153150
### Build Dependencies from Sources
154151

0 commit comments

Comments
 (0)