diff options
| -rw-r--r-- | docs/html/preview/j8-jack.jd | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/html/preview/j8-jack.jd b/docs/html/preview/j8-jack.jd index 1f24530f0a37..78252f08e8db 100644 --- a/docs/html/preview/j8-jack.jd +++ b/docs/html/preview/j8-jack.jd @@ -127,7 +127,7 @@ installed the Android N Preview SDK, see <a href= multidex. </p> -<p>Here is a comparison the two toolchains used to build Android DEX files:</p> +<p>Here is a comparison of the two toolchains used to build Android DEX files:</p> <ul> <li>Legacy javac toolchain:<br> <b>javac</b> ({@code .java} --> {@code .class}) --> <b>dx</b> ({@code @@ -181,9 +181,16 @@ examples of these tools are:</p> <li>Lint detectors that operate on class files </li> - <li>Tools and libraries that require the app’s class files (such as JaCoCo - and Mockito)</li> + <li>Tools and libraries that require the app’s class files (such as + instrumentation tests with JaCoCo) + </li> </ul> +<p> + Calls to an interface's default method on a <a class="external-link" href= + "https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Proxy.html"><code> + Proxy</code></a> instance fail with an exception. +</p> + <p>If you find other problems while using Jack, <a href= "http://tools.android.com/filing-bugs">please report bugs</a>.</p>
\ No newline at end of file |