You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Filip Maj (JIRA)" <ji...@apache.org> on 2013/04/20 17:39:15 UTC

[jira] [Resolved] (CB-2604) Android Platform cant be added

     [ https://issues.apache.org/jira/browse/CB-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Maj resolved CB-2604.
---------------------------

    Resolution: Not A Problem

the CLI has code to detect an installation from root user and warn about doing a recursive chown.

See https://github.com/apache/cordova-cli/blob/master/bootstrap.js#L57

Unfortunately there is no way to do this automatically for the user. Since the cli requires script execution of the cordova libraries, which are located in subdirectories of the cli package, the user need to have execution permission on all of cordova-cli.
                
> Android Platform cant be added
> ------------------------------
>
>                 Key: CB-2604
>                 URL: https://issues.apache.org/jira/browse/CB-2604
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>         Environment: Ubuntu v12.04, Node v0.8.21, NPM v0.8.21, Cordova v2.5, Java v7, Android SDK v21.1.
>            Reporter: Вячеслав Шабельник
>            Assignee: Filip Maj
>             Fix For: 2.7.0
>
>
> Android Platform cant be added into a project.
> vyacheslavs@vyacheslavs:~$ cordova create test
> vyacheslavs@vyacheslavs:~$ cd test
> vyacheslavs@vyacheslavs:~/test$ cordova platform add android
> [Error: An error occured during creation of android sub-project. Buildfile: /usr/lib/node_modules/cordova/lib/cordova-android/framework/build.xml
> BUILD FAILED
> /usr/lib/node_modules/cordova/lib/cordova-android/framework/build.xml:137: Cannot find /Users/fil/SDKs/android-sdk-macosx/tools/ant/build.xml imported from /usr/lib/node_modules/cordova/lib/cordova-android/framework/build.xml
> Total time: 0 seconds
> An unexpected error occurred: [ ! -e "$BUILD_PATH"/framework/libs/commons-codec-1.7.jar ] exited with 1
> Deleting project...
> ]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira