Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Aug 30, 2012, 9:49:46 PM (11 years ago)
- Author:
-
michaelz
- Comment:
-
typos
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
34 | 34 | |
35 | 35 | Add the projects: [[BR]] |
36 | | To tell eclipse that the projects exist, add them to eclipse: File → Import... → Existing projects into Workspace. Selest the android/workspace directory and all projects eclipse automatically finds. |
| 36 | To tell Eclipse that the projects exist, add them to Eclipse: File → Import... → Existing projects into Workspace. Select the android/workspace directory as root directory and then all projects Eclipse automatically finds. |
37 | 37 | There may be errors in the projects, because you first need to install the Android plugin. |
38 | 38 | |
… |
… |
|
76 | 76 | }}} |
77 | 77 | |
78 | | Enter the root directory of that toolchain (not the sysroot directory) in eclipse in Preferences → String Substitution as ndk.root and add a new substitution "ndk.host" with the value arm-linux-androideabi |
| 78 | Enter the root directory of that toolchain (not the sysroot directory) in Eclipse in Preferences → String Substitution as ndk.root and add a new substitution "ndk.host" with the value arm-linux-androideabi |
79 | 79 | |
80 | 80 | Currently, only arm is supported. |
… |
… |
|
95 | 95 | |
96 | 96 | === Build order === |
97 | | The following build order is used by eclipse: |
| 97 | The following build order is used by Eclipse: |
98 | 98 | * libiconv |
99 | 99 | * libffi |
… |
… |
|
116 | 116 | |
117 | 117 | Headers/Files generated by build scripts are not marked as derived. |
118 | | This is not possible in eclipse. See Eclipse bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150578 150578] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=30440 30440] |
| 118 | This is not possible in Eclipse. See Eclipse bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150578 150578] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=30440 30440] |
119 | 119 | |
120 | 120 | Build failed with "bad substitution" / Build uses normal gcc instead of the android one. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!