Github user filmaj commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/702#discussion_r114596312
  
    --- Diff: www/_posts/2017-05-04-android-release.md ---
    @@ -0,0 +1,33 @@
    +---
    +layout: post
    +author:
    +    name: Fil Maj
    +    url: https://twitter.com/filmaj
    +title:  "Cordova Android 6.2.3 Released!"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce that `Cordova Android 6.2.3` has been released! 
This patch release _actually_ adds support for the Android SDK Tools v26 and 
newer. Unfortunately, we forgot to include these changes in the 6.2.2 release.
    +
    +We strongly recommend upgrading to this version if you are using the 
latest Android SDK Tools. Older versions of `cordova-android` do not work with 
the latest Android SDK Tools!
    +
    +To upgrade:
    +
    +    npm install -g cordova
    +    cd my_project
    +    cordova platform update android@6.2.3
    +
    +To add it explicitly:
    +
    +    cordova platform add android@6.2.3
    +
    +This release will have to be explicitly added until the upcoming 
`cordova@7` release, where it will be pinned as the default android platform.
    +
    +<!--more-->
    +## What's new in Android
    +
    +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) better 
handling of unrecognized commands on **windows**.
    +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) flipped avd 
parsing logic so that it always tries to use `avdmanager` to retrieve avds 
first, then falls back to `android` command if `avdmanager` cannot be found.
    +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) support for 
`android sdk tools 26.0.1`.
    --- End diff --
    
    You're right, kinda weird. I will condense down to one. These were atomic 
commits in the history, but for a changelog it's better to combine.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to