Lines Matching full:strong
31 <p><strong>Symptom</strong></p>On AOSP builds for toro (up to Jelly Bean 4.2.1),
34 <p><strong>Cause:</strong></p> There's a typo in <code>vendor/samsung/toro/device-partial.mk</code>,
36 <p><strong>Fix</strong>: Use the latest packages for 4.2.2, or manually fix the typo.</p>
39 <p><strong>Symptom</strong>: On some builds of IceCreamSandwich and later, the following
43 <p><strong>Cause</strong>: Some makefile references that path, which doesn't exist.</p>
44 <p><strong>Fix</strong>: None. This is a harmless warning.</p>
46 <p><strong>Symptom</strong>: The emulator built directly from the gingerbread branch
48 <p><strong>Cause</strong>: The gingerbread branch uses version R7 of the emulator,
51 <p><strong>Fix</strong>: Use version R12 of the emulator, and a newer kernel that matches
58 <p><strong>Symptom</strong>: The emulator (any version) built on MacOS 10.7 Lion
60 <p><strong>Cause</strong>: Some change in the development environment causes
62 <p><strong>Fix</strong>: Use an emulator binary from the SDK, which is built on
65 <p><strong>Symptom</strong>: <code>repo init</code> or <code>repo sync</code> fail with http errors,
67 <p><strong>Cause</strong>: There are quite a few possible causes, most often
70 <p><strong>Fix</strong>: While there's no general solution, using python 2.7
74 <p><strong>Symptom</strong>: When running <code>repo sync</code> in some VirtualBox installations,
78 <p><strong>Cause</strong>: The default network behavior of VirtualBox is to use
82 <p><strong>Fix</strong>: Configure VirtualBox to use bridged network instead of NAT.</p>
84 <p><strong>Symptom</strong>: When running <code>repo sync</code>, the process fails with
87 <p><strong>Cause</strong>: Some DNS systems have a hard time coping with the
90 <p><strong>Fix</strong>: Manually resolve the relevant hostnames, and hard-code
107 <p><strong>Symptom</strong>: <code>repo sync</code> hangs while syncing, often when it's
109 <p><strong>Cause</strong>: Some settings in the TCP/IP stack cause difficulties
112 <p><strong>Fix</strong>: On linux, <code>sysctl -w net.ipv4.tcp_window_scaling=0</code>. On
115 <p><strong>Symptom</strong>: When using <code>make snod</code> (make system no dependencies)
117 <p><strong>Cause</strong>: All emulator builds now run Dex optimization at build
120 <p><strong>Fix</strong>: Locally disable Dex optimizations with
126 <p><strong>Symptom</strong>: All builds fail with "Permission Denied", possibly
128 <p><strong>Cause</strong>: Some anti-virus programs mistakenly recognize some
131 <p><strong>Fix</strong>: After verifying that there are no actual viruses
135 <p><strong>Symptom</strong>: Camera and GPS don't work on Galaxy Nexus.
138 <p><strong>Cause</strong>: Those hardware peripherals require proprietary
141 <p><strong>Fix</strong>: None.</p>
143 <p><strong>Symptom</strong>: The build fails with various symptoms. One
145 <p><strong>Cause</strong>: The Android build system uses the default compiler
150 <p><strong>Fix</strong>: Use a "clean" shell, in which no previous
153 <p><strong>Symptom</strong>: The build fails with various symptoms, possibly
156 <p><strong>Cause</strong>: The Android build system tends to use many host tools
161 <p><strong>Fix</strong>: Build Android in an environment that has as few
164 <p><strong>Symptom</strong>: Building IceCreamSandwich 4.0.x (and older
167 <p><strong>Cause</strong>: 4.0.x is not compatible with MacOS 10.7.</p>
168 <p><strong>Fix</strong>: Either downgrade to MacOS 10.6, or use the master
174 <p><strong>Symptom</strong>: All builds fail when using XCode 4.3.</p>
175 <p><strong>Cause</strong>: XCode 4.3 switched the default compiler from
178 <p><strong>Fix</strong>: Use XCode 4.2.</p>
180 <p><strong>Symptom</strong>: Building IceCreamSandwich 4.0.x (and older
183 <p><strong>Cause</strong>: Ubuntu 11.10 uses a version of gcc where that symbol
186 <p><strong>Fix</strong>: Either downgrade to Ubuntu 10.04, or use the master