NativeScript / push-plugin

Contains the source code for the Push Plugin.
Apache License 2.0
123 stars 45 forks source link

registerResGeneratingTask is deprecated #233

Open fthuin opened 6 years ago

fthuin commented 6 years ago

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Run the app with push-plugin.

registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
lini commented 6 years ago

Thank you for the report. This warning can be safely ignored for now. It is raised during the build process and is not related to the code of the actual application. It will not impact the app itself.

kefahB commented 5 years ago

HI, I have same problem but now the app dose not build

         + adding aar plugin dependency: /Users/kefahbader/Sites/nativescript-project/DIGI-PAY-CLIENTS/node_modules/tns-core-modules-widgets/platforms/android/widgets-release.aar
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Project successfully built.
Installing on device 192.168.57.101:5555...
Unable to apply changes on device: 192.168.57.101:5555. Error is: The new package couldn't be installed because the verification did not succeed..

The problem come after I make change on file i18 for nativescript-localize !