android icon indicating copy to clipboard operation
android copied to clipboard

Metadata build task in gradle does not depend on `libs` folder

Open vmutafov opened this issue 6 years ago • 0 comments

Currently, the buildMetadata task in the app/build.gradle does not depend on changes in the application's App_Resources/Android/libs folder.

The bug is reproduced with the following steps:

  1. execute tns build android
  2. add a JAR dependency in App_Resources/Android/libs in the application's folder
  3. execute tns build android

After the last build, there would be no metadata for the classes in the added JAR. This is caused by the buildMetadata not being run.

vmutafov avatar Oct 18 '19 15:10 vmutafov