Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
77743eadb9663d53c4de0f2428030df1 |
User & Date: | dan 2016-05-20 18:48:05.338 |
Context
2016-05-20
| ||
19:11 | Update the name of the example aar file refered to by install.wiki to "sqlite3-android-3130000". (check-in: bca60d2946 user: dan tags: trunk) | |
18:48 | Fix a typo in the documentation. (check-in: 77743eadb9 user: dan tags: trunk) | |
18:43 | Update to Android Studio and gradle build system. (check-in: 345de238a6 user: dan tags: trunk) | |
Changes
Changes to www/install.wiki.
︙ | ︙ | |||
45 46 47 48 49 50 51 | <li> <b>Add a dependency on the new module to the main application</b> module (or to all modules that will use the SQLite Android bindings). In Android Studio 2.1 the dependency may be created using the project structure dialog (select <code>"File" -> "Project Structure..."</code>) or by adding code similar to the following to the application modules <code>build.gradle</code> file: <verbatim> dependencies { | | | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <li> <b>Add a dependency on the new module to the main application</b> module (or to all modules that will use the SQLite Android bindings). In Android Studio 2.1 the dependency may be created using the project structure dialog (select <code>"File" -> "Project Structure..."</code>) or by adding code similar to the following to the application modules <code>build.gradle</code> file: <verbatim> dependencies { // Change "sqlite3-release" to the name of the new module! compile project(':sqlite3-release') }</verbatim> </ol> <p> At time of writing, aar files may only be used directly in Android Studio projects, not projects created using other IDEs (e.g. Eclipse, IntelliJ IDEA). However, an aar is just a zip archive containing a |
︙ | ︙ |