[
https://issues.apache.org/jira/browse/CB-12554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080689#comment-16080689
]
Filip Maj commented on CB-12554:
--------------------------------
[~jarett_millard] just to clarify, {{get_gradle_wrapper}} simply returns the
location of the {{gradle}} executable (perhaps that function should be
renamed). And you are correct, on Linux, the logic that searches for {{gradle}}
does so by assuming {{gradle}} is on your {{PATH}}. See
https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/lib/check_reqs.js#L141-L144
Is it on your {{PATH}}? If no, if you add, does that help? If it is on your
{{PATH}} and it doesn't work, can you open a new issue in here, assign to me,
and provide me with all relevant details such as OS, OS version, cordova
version, project details, anything that can help me reproduce the issue.
> More versatile CLI scripts to handle changes in Android SDK Tools 25.3.1
> ------------------------------------------------------------------------
>
> Key: CB-12554
> URL: https://issues.apache.org/jira/browse/CB-12554
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-android
> Reporter: Filip Maj
> Assignee: Filip Maj
> Priority: Critical
> Fix For: 6.2.0
>
>
> In the latest Android SDK Tools (v25.3.1), the {{android}} command no longer
> operates as expected and instead exits with a non-zero status code and
> provides a message telling folks to use the {{sdkmanager}} and {{avdmanager}}
> commands.
> Almost all of the various CLI scripts in cordova-android rely, in one
> capacity or another, on the {{android}} command and its output.
> Let's use this issue to track support for both old SDK Tools and new ones.
> E.g. CB-12546 tracked the failing {{emulator}} command. The [pull request
> issued for that issue|https://github.com/apache/cordova-android/pull/366]
> could be one template on how to handle these SDK Tools-related issues: try to
> use the old {{android}} command, detect if it fails, and if it does, use the
> newer {{sdkmanager}} and {{avdmanager}} commands to fill the functionality
> gap.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]