You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/27 19:47:01 UTC

[jira] [Commented] (CB-12677) `cordova requirements android` fails when Android Studio is in "Program Files" instead of "Program Files (x86)"

    [ https://issues.apache.org/jira/browse/CB-12677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16267353#comment-16267353 ] 

ASF GitHub Bot commented on CB-12677:
-------------------------------------

infil00p commented on issue #396: CB-12677: (android) added option for explicitly specifying path to An…
URL: https://github.com/apache/cordova-android/pull/396#issuecomment-347304023
 
 
   Since 6.4.0 has been released, I'm going to close out this PR.  We can't rely on the permissions or the location of gradle to be present across major versions of Android Studio, so we can't rely on it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> `cordova requirements android` fails when Android Studio is in "Program Files" instead of "Program Files (x86)"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-12677
>                 URL: https://issues.apache.org/jira/browse/CB-12677
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>    Affects Versions: 6.2.1
>         Environment: Windows 7, 64-bit
> Android Studio 2.3.1
> cordova 6.5.0
> cordova-android 6.2.1
>            Reporter: jakub-g
>              Labels: android-next
>
> See http://stackoverflow.com/a/43523141/245966
> basically on my machine in `cordova/lib/check_reqs.js`:
> {code}
>         process.env['ProgramFiles'] === 'C:\\Program Files (x86)'
> {code}
> whereas I have android studio in `C:\Program Files` and I think I might not be the only one with the same problem.
> In fact on my machine I have the following folders somehow:
> {code}
>     C:\Program Files\Android\Android Studio
>     C:\Program Files (x86)\Android\android-sdk
> {code}
> (The second folder is some leftovers from old installation, not used anymore; I keep things in `D:\java\android\sdk` since quite a while)
> What would be a good fix in your opinion, other than checking both folders?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org