You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "KAI Development (JIRA)" <ji...@apache.org> on 2017/12/18 12:59:00 UTC

[jira] [Created] (CB-13688) Running on android with source control in Visual Studio

KAI Development created CB-13688:
------------------------------------

             Summary: Running on android with source control in Visual Studio
                 Key: CB-13688
                 URL: https://issues.apache.org/jira/browse/CB-13688
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-android
    Affects Versions: cordova@7.0.0
         Environment: Windows 10
Visual Studio 2017 with source control
            Reporter: KAI Development
            Assignee: Joe Bowser
            Priority: Minor


When you run the command 'cordova run android', the 'www' folder is copied to the 'platforms\android\asset\www' and 'android\build\intermediates\assets\debug\www' folders. When using Visual Studio and source control, unless you have all of the files checked out, they are marked as read only. This attribute is copied over to the previously mentioned two folders, causing issues when changing files and then re-running the command 'cordova run android' as it won't update files that are marked as read only. The way around this is to delete the two folders and re-run the run command, but this isn't something we want to keep doing (we sometimes forget)

Could the read only attributes be removed when copying to the two 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