You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (Jira)" <ji...@apache.org> on 2020/06/24 17:27:00 UTC

[jira] [Closed] (CB-6213) Update script duplicates android.library.reference in project.properties

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

jcesarmobile closed CB-6213.
----------------------------
    Resolution: Cannot Reproduce

I can't reproduce
If somebody still faces the issue, please, report it on https://github.com/apache/cordova-android/issues

> Update script duplicates android.library.reference in project.properties
> ------------------------------------------------------------------------
>
>                 Key: CB-6213
>                 URL: https://issues.apache.org/jira/browse/CB-6213
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>    Affects Versions: 3.4.0
>         Environment: Xubuntu 13.10 x86_64
>            Reporter: Frederico Costa Galvão
>            Assignee: Jesse MacFadyen
>            Priority: Minor
>              Labels: android, cli, update
>
> When upgrading a project from 3.3 to 3.4 via *cordova platform update android*, the script didn't look for an existing *android.library.reference* entry in *project.properties* at the root of the android build folder, and then created another one at the end of the file.
> I've checked (run *cordova platform update android* again) and verified that it will always create another entry at the end of the file, and the values goes as following:
> {code}
> android.library.reference.1=CordovaLib
> # Project target.
> target=android-19
> android.library.reference.2=CordovaLib
> android.library.reference.3=CordovaLib
> {code}
> It doesn't seem to break anything at all, but it can be improved (or maybe it does break something inside android's realm and I don't know about it).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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