From 2b0d0b307c8779f6440a6218db4b4d90e6ec2092 Mon Sep 17 00:00:00 2001 From: Adarsh Fernando Date: Tue, 12 Apr 2016 16:52:58 -0700 Subject: [PATCH] Docs: Updated Jack/J8 doc for DP2 - added Stream API - added method references - added links to Java docs and Instant Run Change-Id: I1a854f4c552e20a490e87121bff32117965c936c --- docs/html/preview/j8-jack.jd | 54 +++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/docs/html/preview/j8-jack.jd b/docs/html/preview/j8-jack.jd index 78252f08e8db4..44e1af0de36c3 100644 --- a/docs/html/preview/j8-jack.jd +++ b/docs/html/preview/j8-jack.jd @@ -66,6 +66,12 @@ installed the Android N Preview SDK, see Repeatable annotations + +
  • + + Method References +
  • @@ -75,30 +81,45 @@ installed the Android N Preview SDK, see
  • Reflection and language-related APIs: -
  • - -
  • -
  • Utility APIs: -
  • -
  • +
  • Utility APIs:
  • @@ -169,8 +190,9 @@ android {

    - Instant Run, introduced in Android Studio 2.0 (Beta), does not currently work - with Jack and will be disabled while using the new toolchain. + Instant + Run does not currently work with Jack and will be disabled while using + the new toolchain.

    Because Jack does not generate intermediate class files when compiling an @@ -186,11 +208,5 @@ examples of these tools are:

    -

    - Calls to an interface's default method on a - Proxy instance fail with an exception. -

    -

    If you find other problems while using Jack, please report bugs.

    \ No newline at end of file