You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/02/04 11:54:10 UTC

[GitHub] [cordova-cli] JLWINC opened a new issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

JLWINC opened a new issue #577:
URL: https://github.com/apache/cordova-cli/issues/577


   I upgraded my **CORDOVA CLI** version from **8** to **11** , when i try to add a new **plugin** or **platform** nothing save in **config.xml** i try to add **--save** but nothing added , and in **android** is not generate the icon and splash screen config !!
   
    i miss something ?
   
   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] breautek commented on issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #577:
URL: https://github.com/apache/cordova-cli/issues/577#issuecomment-1030125543


   preferences and general app configurations are still stored in `config.xml`
   
   Plugin/engine configurations including plugin variables are stored in `package.json`
   
   Your `<platform name="android">`  snippet should remain in `config.xml`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] JLWINC closed issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
JLWINC closed issue #577:
URL: https://github.com/apache/cordova-cli/issues/577


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] dpogue commented on issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
dpogue commented on issue #577:
URL: https://github.com/apache/cordova-cli/issues/577#issuecomment-1030084859


   When you add platforms and plugins, they should be saved to package.json in newer versions of Cordova.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] JLWINC edited a comment on issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
JLWINC edited a comment on issue #577:
URL: https://github.com/apache/cordova-cli/issues/577#issuecomment-1030122756


   ok thank you @dpogue  , 
   and the Adaptive Icon for **android** where is its the location when i run` cordova platform add android` nothing  saved to **config.xml** like the old version or i should to added manuelle ??
   
   ```
   <platform name="android">
     <icon background="res/icon/android/ldpi-background.png" density="ldpi" foreground="res/icon/android/ldpi-foreground.png" />
     <icon background="res/icon/android/mdpi-background.png" density="mdpi" foreground="res/icon/android/mdpi-foreground.png" />
     <icon background="res/icon/android/hdpi-background.png" density="hdpi" foreground="res/icon/android/hdpi-foreground.png" />
     <icon background="res/icon/android/xhdpi-background.png" density="xhdpi" foreground="res/icon/android/xhdpi-foreground.png" />
     <icon background="res/icon/android/xxhdpi-background.png" density="xxhdpi" foreground="res/icon/android/xxhdpi-foreground.png" />
     <icon background="res/icon/android/xxxhdpi-background.png" density="xxxhdpi" foreground="res/icon/android/xxxhdpi-foreground.png" />
   </platform>
   
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] JLWINC commented on issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
JLWINC commented on issue #577:
URL: https://github.com/apache/cordova-cli/issues/577#issuecomment-1030122756


   ok thank you , 
   and the Adaptive Icon for **android** where is its the location when i run` cordova platform add android` nothing  saved to **config.xml** like the old version or i should to added manuelle ??
   
   ```
   <platform name="android">
     <icon background="res/icon/android/ldpi-background.png" density="ldpi" foreground="res/icon/android/ldpi-foreground.png" />
     <icon background="res/icon/android/mdpi-background.png" density="mdpi" foreground="res/icon/android/mdpi-foreground.png" />
     <icon background="res/icon/android/hdpi-background.png" density="hdpi" foreground="res/icon/android/hdpi-foreground.png" />
     <icon background="res/icon/android/xhdpi-background.png" density="xhdpi" foreground="res/icon/android/xhdpi-foreground.png" />
     <icon background="res/icon/android/xxhdpi-background.png" density="xxhdpi" foreground="res/icon/android/xxhdpi-foreground.png" />
     <icon background="res/icon/android/xxxhdpi-background.png" density="xxxhdpi" foreground="res/icon/android/xxxhdpi-foreground.png" />
   </platform>
   
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-cli] breautek edited a comment on issue #577: Cordova CLI 11 : Plugin and Platforms Not Save in config.xml

Posted by GitBox <gi...@apache.org>.
breautek edited a comment on issue #577:
URL: https://github.com/apache/cordova-cli/issues/577#issuecomment-1030125543


   preferences and general app configurations are still stored in `config.xml`
   
   Plugin/engine configurations including plugin variables are stored in `package.json` (Generally you don't need to manage this manually)
   
   Your `<platform name="android">`  snippet should remain in `config.xml`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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