You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ceyhun Can ÜLKER (JIRA)" <ji...@apache.org> on 2014/05/21 14:43:37 UTC

[jira] [Created] (CB-6727) build.xml in Android SDK directory is not found when new SDK installed or project moved to another computer

Ceyhun Can ÜLKER created CB-6727:
------------------------------------

             Summary: build.xml in Android SDK directory is not found when new SDK installed or project moved to another computer
                 Key: CB-6727
                 URL: https://issues.apache.org/jira/browse/CB-6727
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android
    Affects Versions: 3.4.0
         Environment: Windows 8.1 (possibly other operating systems as well)
            Reporter: Ceyhun Can ÜLKER
            Priority: Minor


When I moved my project to another computer my cordova project stopped building. Error was due to the imported ant buildfile of Android SDK was not found. I saw that local.properties file in platforms/android folder contains a fixed path, and thought that if I comment it out, sdk.dir would be taken from environment; but it wasn't the case. After extensive searching and looking through verbose output, I found out that platforms/android/CordovaLib contains another properties file. After changing the path there problem solved.

My suggestion to this problem would be that, since these are generated file and not really meant to be changed, defaults should remain in those files but they should be overridden by environment variables. I guess this would solve this portability issue with respect to development environment.



--
This message was sent by Atlassian JIRA
(v6.2#6252)