From issues-return-93477-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Sun Mar 18 14:52:08 2018 Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8C7A18F3D for ; Sun, 18 Mar 2018 14:52:08 +0000 (UTC) Received: (qmail 13598 invoked by uid 500); 18 Mar 2018 14:52:08 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 13574 invoked by uid 500); 18 Mar 2018 14:52:08 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 13562 invoked by uid 99); 18 Mar 2018 14:52:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2018 14:52:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1F994C0157 for ; Sun, 18 Mar 2018 14:52:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kgd9SbTBHyLE for ; Sun, 18 Mar 2018 14:52:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A9F8D5F56B for ; Sun, 18 Mar 2018 14:52:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 054DDE0D0B for ; Sun, 18 Mar 2018 14:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5873D21291 for ; Sun, 18 Mar 2018 14:52:00 +0000 (UTC) Date: Sun, 18 Mar 2018 14:52:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13963) Android platform guide is misleading MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-13963?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D164040= 25#comment-16404025 ]=20 ASF GitHub Bot commented on CB-13963: ------------------------------------- janpio closed pull request #803: CB-13963: (android) Fix error in platform = guide. URL: https://github.com/apache/cordova-docs/pull/803 =20 =20 =20 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/www/docs/en/7.x/guide/platforms/android/index.md b/www/docs/en= /7.x/guide/platforms/android/index.md index 0a773ae83..cce95cc03 100644 --- a/www/docs/en/7.x/guide/platforms/android/index.md +++ b/www/docs/en/7.x/guide/platforms/android/index.md @@ -63,8 +63,7 @@ they dip below 5% on Google's =20 ### Java Development Kit (JDK) =20 -Install [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/j= ava/javase/downloads/jdk8-downloads-2133151.html) -or later. +Install [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/j= ava/javase/downloads/jdk8-downloads-2133151.html). =20 When installing on Windows you also need to set `JAVA_HOME` Environment Va= riable according to your JDK installation path (see [Setting Environment Variable= s](#setting-environment-variables)) diff --git a/www/docs/en/dev/guide/platforms/android/index.md b/www/docs/en= /dev/guide/platforms/android/index.md index 7cf771a8b..30c095f27 100644 --- a/www/docs/en/dev/guide/platforms/android/index.md +++ b/www/docs/en/dev/guide/platforms/android/index.md @@ -64,8 +64,7 @@ they dip below 5% on Google's =20 ### Java Development Kit (JDK) =20 -Install [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/j= ava/javase/downloads/jdk8-downloads-2133151.html) -or later. +Install [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/j= ava/javase/downloads/jdk8-downloads-2133151.html). =20 When installing on Windows you also need to set `JAVA_HOME` Environment Va= riable according to your JDK installation path (see [Setting Environment Variable= s](#setting-environment-variables)) =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org > Android platform guide is misleading > ------------------------------------ > > Key: CB-13963 > URL: https://issues.apache.org/jira/browse/CB-13963 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-android > Affects Versions: cordova-android-7.0.0 > Environment: windows 10 - irrelevant > Reporter: Gabe O'Leary > Assignee: Jan Piotrowski (Sujan) > Priority: Major > Attachments: image-2018-03-09-11-40-09-278.png > > > The Android Platform guide specifies to install JDK8 or later.=C2=A0 I ju= st wasted a bunch of time installing and uninstall jdk9 which does not work= with cordova. > !image-2018-03-09-11-40-09-278.png! -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org