jonathanalberghini commented on issue #1551:
URL: 
https://github.com/apache/cordova-android/issues/1551#issuecomment-1406601150

   The files that go missing are the one listed in config.xml.  The ones listed 
as resource stash file and the google–services,json file not the icons though.
   
   -  <platform name="android">
   -         <allow-intent href="market:*" />
   -         <icon density="mdpi" src="res/icon/android/mdpi.png" />
   -         <icon density="hdpi" src="res/icon/android/hdpi.png" />
   -         <icon density="xhdpi" src="res/icon/android/xhdpi.png" />
   -         <icon density="xxhdpi" src="res/icon/android/xxhdpi.png" />
   -         <icon density="xxxhdpi" src="res/icon/android/xxxhdpi.png" />
   -         <resource-file src="google-services.json" 
target="app/google-services.json" />
   -         <resource-file 
src="custom-resources/android/res/values/colors.xml" 
target="app/src/main/res/values/colors.xml" />
   -         <resource-file 
src="custom-resources/android/res/drawable/background_no_splash.xml" 
target="app/src/main/res/drawable/background_no_splash.xml" />
   -         <resource-file 
src="custom-resources/android/res/drawable/logo.xml" 
target="app/src/main/res/drawable/logo.xml" />
   -         <resource-file 
src="custom-resources/android/res/values/styles.xml" 
target="app/src/main/res/values/styles.xml" />
   -         <preference name="android-targetSdkVersion" value="32" />
   -     </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to