178
Views
2
Comments
Error execution failed for task ':app:compileDebugJavaWithJavac'.on apk generation
Question

Hi,

Getting following error while trying to build apk after including one cordova plugin. please find the log details below.


[2020-10-05T16:01:00.693Z] [info] [Build] Start processing job request...

[2020-10-05T16:01:00.699Z] [info] [Build] Start generating application...

[2020-10-05T16:01:00.699Z] [info] [Build] Template version: 8.3.7

[2020-10-05T16:01:00.700Z] [info] [Build] Build features: cordovaNoFetch - true

[2020-10-05T16:01:00.700Z] [info] [Build] Build features: buildTimeout - 20

[2020-10-05T16:01:00.700Z] [info] [Build] Creating a temporary folder for the application...

[2020-10-05T16:01:00.701Z] [info] [Build] Creating the required directory structure for your cordova application...

[2020-10-05T16:01:03.932Z] [verbose] [Build] Using detached cordova-create

[2020-10-05T16:01:03.932Z] [verbose] Creating a new cordova project.

[2020-10-05T16:01:03.932Z] [verbose] Copying assets."

[2020-10-05T16:01:03.932Z] [verbose] Using cordova-fetch for https://*@github.com/OutSystems/private-NativeShell-Template.git#8.3.7

[2020-10-05T16:01:03.932Z] [verbose] Running command: npm install https://*@github.com/OutSystems/private-NativeShell-Template.git#8.3.7 --production --no-save

[2020-10-05T16:01:03.932Z] [verbose] Command finished with error code 0: npm install,https://*@github.com/OutSystems/private-NativeShell-Template.git#8.3.7,--production,--no-save

[2020-10-05T16:01:03.933Z] [verbose] [Build] 

[2020-10-05T16:01:03.948Z] [info] [Build] Getting application resources...

[2020-10-05T16:01:04.367Z] [info] [Build] Processing application resources...

[2020-10-05T16:01:05.089Z] [info] [Build] Generating application assets...

[2020-10-05T16:01:05.452Z] [info] [Build] Applying configurations in the config.xml file...

[2020-10-05T16:01:05.465Z] [info] [Build] Applying advanced configurations in the config.xml file...

[2020-10-05T16:01:05.465Z] [info] [Build] Applying custom application icons...

[2020-10-05T16:01:05.466Z] [info] [Build] Applying custom application splashscreens...

[2020-10-05T16:01:05.466Z] [info] [Build] Applying application preferences...

[2020-10-05T16:01:05.467Z] [info] [Build] Applying application accessList...

[2020-10-05T16:01:05.467Z] [info] [Build] Adding target platform...

[2020-10-05T16:01:46.228Z] [verbose] [Build] No scripts found for hook "before_platform_add".

[2020-10-05T16:01:46.228Z] [verbose] Removing "cordova-" prefix from cordova-android

[2020-10-05T16:01:46.228Z] [verbose] Adding android project...

[2020-10-05T16:01:46.228Z] [verbose] PlatformApi successfully found for platform android

[2020-10-05T16:01:46.228Z] [verbose] Creating Cordova project for the Android platform:

[2020-10-05T16:01:46.228Z] [verbose] Path: platforms/android

[2020-10-05T16:01:46.228Z] [verbose] Package: com.indiafirstlife.testaiocrplugin

[2020-10-05T16:01:46.228Z] [verbose] Name: TestAIOCRPlugin

[2020-10-05T16:01:46.228Z] [verbose] Activity: MainActivity

[2020-10-05T16:01:46.228Z] [verbose] Android target: android-28

[2020-10-05T16:01:46.228Z] [verbose] Copying android template project to platforms/android

[2020-10-05T16:01:46.228Z] [verbose] Subproject Path: CordovaLib

[2020-10-05T16:01:46.228Z] [verbose] Subproject Path: app

[2020-10-05T16:01:46.228Z] [verbose] Android project created with cordova-android@8.1.0

[2020-10-05T16:01:46.228Z] [verbose] Checking for any plugins added to the project that have not been installed in android platform

[2020-10-05T16:01:46.228Z] [verbose] No differences found between plugins added to project and installed in android platform. Continuing...

[2020-10-05T16:01:46.228Z] [verbose] PlatformApi successfully found for platform android

[2020-10-05T16:01:46.228Z] [verbose] Generating platform-specific config.xml from defaults for android at /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/res/xml/config.xml

[2020-10-05T16:01:46.228Z] [verbose] Merging project's config.xml into platform-specific android config.xml

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Preparing Configuration

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] File missing, creating file with Cordova defaults.

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Appending default configuration properties

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Appending configuration item: org.gradle.daemon=true

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Appending configuration item: org.gradle.jvmargs=-Xmx2048m

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Appending configuration item: android.useDeprecatedNdk=true

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Appending custom configuration properties

[2020-10-05T16:01:46.228Z] [verbose] [Gradle Properties] Updating and Saving File

[2020-10-05T16:01:46.228Z] [verbose] Merging and updating files from [www, platforms/android/platform_www] to platforms/android/app/src/main/assets/www

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/_error.html platforms/android/app/src/main/assets/www/_error.html (new file)

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/cordova-js-src

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/cordova-js-src/android

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova-js-src/android/nativeapiprovider.js platforms/android/app/src/main/assets/www/cordova-js-src/android/nativeapiprovider.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova-js-src/android/promptbasednativeapi.js platforms/android/app/src/main/assets/www/cordova-js-src/android/promptbasednativeapi.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova-js-src/exec.js platforms/android/app/src/main/assets/www/cordova-js-src/exec.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova-js-src/platform.js platforms/android/app/src/main/assets/www/cordova-js-src/platform.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/cordova-js-src/plugin

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/cordova-js-src/plugin/android

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova-js-src/plugin/android/app.js platforms/android/app/src/main/assets/www/cordova-js-src/plugin/android/app.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/cordova.js platforms/android/app/src/main/assets/www/cordova.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/OutSystemsReactWidgets.css platforms/android/app/src/main/assets/www/css/OutSystemsReactWidgets.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/OutSystemsUI.OutSystemsUI.css platforms/android/app/src/main/assets/www/css/OutSystemsUI.OutSystemsUI.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/OutSystemsUI.OutSystemsUI.extra.css platforms/android/app/src/main/assets/www/css/OutSystemsUI.OutSystemsUI.extra.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/TestAIOCRPlugin.Common.Splash.css platforms/android/app/src/main/assets/www/css/TestAIOCRPlugin.Common.Splash.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/TestAIOCRPlugin.TestAIOCRPlugin.css platforms/android/app/src/main/assets/www/css/TestAIOCRPlugin.TestAIOCRPlugin.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/css/_Basic.css platforms/android/app/src/main/assets/www/css/_Basic.css (new file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/assets/www/css/index.css (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/error.html platforms/android/app/src/main/assets/www/error.html (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/favicon.png platforms/android/app/src/main/assets/www/favicon.png (new file)

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/fonts

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/fonts/fontawesome-webfont.woff platforms/android/app/src/main/assets/www/fonts/fontawesome-webfont.woff (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/fonts/fontawesome-webfont.woff2 platforms/android/app/src/main/assets/www/fonts/fontawesome-webfont.woff2 (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/img/TestAIOCRPlugin.Logo.png platforms/android/app/src/main/assets/www/img/TestAIOCRPlugin.Logo.png (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/img/TestAIOCRPlugin.User.png platforms/android/app/src/main/assets/www/img/TestAIOCRPlugin.User.png (new file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/assets/www/img/cordova.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/assets/www/img/logo.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/index.html platforms/android/app/src/main/assets/www/index.html (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/assets/www/js (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/assets/www/js/index.js (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/manifest.json platforms/android/app/src/main/assets/www/manifest.json (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/mimetypes.manifest platforms/android/app/src/main/assets/www/mimetypes.manifest (new file)

[2020-10-05T16:01:46.228Z] [verbose]   mkdir platforms/android/app/src/main/assets/www/scripts

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/Debugger.js platforms/android/app/src/main/assets/www/scripts/Debugger.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/LICENSES.txt platforms/android/app/src/main/assets/www/scripts/LICENSES.txt (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystems.js platforms/android/app/src/main/assets/www/scripts/OutSystems.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsCharts.model.js platforms/android/app/src/main/assets/www/scripts/OutSystemsCharts.model.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsCharts.referencesHealth.js platforms/android/app/src/main/assets/www/scripts/OutSystemsCharts.referencesHealth.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsManifestLoader.js platforms/android/app/src/main/assets/www/scripts/OutSystemsManifestLoader.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsReactView.js platforms/android/app/src/main/assets/www/scripts/OutSystemsReactView.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsReactWidgets.js platforms/android/app/src/main/assets/www/scripts/OutSystemsReactWidgets.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Adaptive.Columns2.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Adaptive.Columns2.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.AnimatedLabel.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.AnimatedLabel.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Content.BlankSlate.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Content.BlankSlate.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Interaction.AnimatedLabel.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Interaction.AnimatedLabel.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.OfflineDataSync.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.OfflineDataSync.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.OutSystemsUI.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.OutSystemsUI.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Private.ApplicationLoadEvents.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Private.ApplicationLoadEvents.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Private.MenuDrag.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Private.MenuDrag.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Private.NetworkStatusChanged.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Private.NetworkStatusChanged.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Private.OfflineDataSyncCore.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Private.OfflineDataSyncCore.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Private.PullToRefresh.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Private.PullToRefresh.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.PullToRefresh.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.PullToRefresh.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.TouchTrack.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.TouchTrack.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Utilities.AlignCenter.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Utilities.AlignCenter.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Utilities.ButtonLoading.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Utilities.ButtonLoading.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.Utilities.TouchEvents.mvc.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.Utilities.TouchEvents.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.controller.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.controller.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.languageResources.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.languageResources.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.model.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.model.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/OutSystemsUI.referencesHealth.js platforms/android/app/src/main/assets/www/scripts/OutSystemsUI.referencesHealth.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/ServiceCenter.model.js platforms/android/app/src/main/assets/www/scripts/ServiceCenter.model.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/ServiceCenter.referencesHealth.js platforms/android/app/src/main/assets/www/scripts/ServiceCenter.referencesHealth.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/SimplifyAIOCRCordovaPlugin.controller.js platforms/android/app/src/main/assets/www/scripts/SimplifyAIOCRCordovaPlugin.controller.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/SimplifyAIOCRCordovaPlugin.model.js platforms/android/app/src/main/assets/www/scripts/SimplifyAIOCRCordovaPlugin.model.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/SimplifyAIOCRCordovaPlugin.referencesHealth.js platforms/android/app/src/main/assets/www/scripts/SimplifyAIOCRCordovaPlugin.referencesHealth.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.ApplicationTitle.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.ApplicationTitle.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.BottomBar.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.BottomBar.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.InvalidPermissions.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.InvalidPermissions.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.Layout.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.Layout.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.LayoutBlank.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.LayoutBlank.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.Login.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.Login.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.Menu.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.Menu.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.MenuIcon.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.MenuIcon.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.OfflineDataSyncEvents.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.OfflineDataSyncEvents.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.Splash.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.Splash.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.UserInfo.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.UserInfo.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.Common.controller.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.Common.controller.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.MainFlow.HomeScreen.mvc.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.MainFlow.HomeScreen.mvc.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.MainFlow.controller.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.MainFlow.controller.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.appDefinition.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.appDefinition.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.clientVariables.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.clientVariables.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.controller.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.controller.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.error.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.error.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.index.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.index.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.languageResources.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.languageResources.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.model.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.model.js (new file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  www/scripts/TestAIOCRPlugin.referencesHealth.js platforms/android/app/src/main/assets/www/scripts/TestAIOCRPlugin.referencesHealth.js (new file)

[2020-10-05T16:01:46.228Z] [verbose] Wrote out android application name "TestAIOCRPlugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/res/values/strings.xml

[2020-10-05T16:01:46.228Z] [verbose] Wrote out Android package name "com.indiafirstlife.testaiocrplugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/java/com/indiafirstlife/testaiocrplugin/MainActivity.java

[2020-10-05T16:01:46.228Z] [verbose] Updating icons at platforms/android/app/src/main/res

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-hdpi/icon.png platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-ldpi/icon.png platforms/android/app/src/main/res/mipmap-ldpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-mdpi/icon.png platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-xhdpi/icon.png platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-xxhdpi/icon.png platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_background.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   delete platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_foreground.png (no source)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-xxxhdpi/icon.png platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose] Updating splash screens at platforms/android/app/src/main/res

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-hdpi/screen.png platforms/android/app/src/main/res/drawable-land-hdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-ldpi/screen.png platforms/android/app/src/main/res/drawable-land-ldpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-mdpi/screen.png platforms/android/app/src/main/res/drawable-land-mdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-xhdpi/screen.png platforms/android/app/src/main/res/drawable-land-xhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-xxhdpi/screen.png platforms/android/app/src/main/res/drawable-land-xxhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-land-xxxhdpi/screen.png platforms/android/app/src/main/res/drawable-land-xxxhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-hdpi/screen.png platforms/android/app/src/main/res/drawable-port-hdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-ldpi/screen.png platforms/android/app/src/main/res/drawable-port-ldpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-mdpi/screen.png platforms/android/app/src/main/res/drawable-port-mdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-xhdpi/screen.png platforms/android/app/src/main/res/drawable-port-xhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-xxhdpi/screen.png platforms/android/app/src/main/res/drawable-port-xxhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/drawable-port-xxxhdpi/screen.png platforms/android/app/src/main/res/drawable-port-xxxhdpi/screen.png (updated file)

[2020-10-05T16:01:46.228Z] [verbose] Updating resource files at platforms/android

[2020-10-05T16:01:46.228Z] [verbose]   copy  res/android/xml/network_security_config.xml platforms/android/app/src/main/res/xml/network_security_config.xml (new file)

[2020-10-05T16:01:46.228Z] [verbose] Prepared android project successfully

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_prepare".

[2020-10-05T16:01:46.228Z] [verbose] Checking config.xml and package.json for saved platforms that haven't been added to the project

[2020-10-05T16:01:46.228Z] [verbose] Checking config.xml for saved plugins that haven't been added to the project

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "cordova-plugin-network-information" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.fetch on plugin "cordova-plugin-network-information@2.0.2"

[2020-10-05T16:01:46.228Z] [verbose] Fetching plugin "cordova-plugin-network-information@2.0.2" via npm

[2020-10-05T16:01:46.228Z] [verbose] Copying plugin "/opt/.cordova/lib/npm_cache/cordova-plugin-network-information/2.0.2/package" => "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/cordova-plugin-network-information"

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/cordova-plugin-network-information" for platform "android

[2020-10-05T16:01:46.228Z] [verbose] Installing "cordova-plugin-network-information" for android

[2020-10-05T16:01:46.228Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin cordova-plugin-network-information on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Install start for "cordova-plugin-network-information" on android.

[2020-10-05T16:01:46.228Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:46.228Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:46.228Z] [verbose] Install complete for cordova-plugin-network-information on android.

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin cordova-plugin-network-information on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Adding cordova-plugin-network-information to package.json

[2020-10-05T16:01:46.228Z] [verbose] Saved plugin info for "cordova-plugin-network-information" to config.xml

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "com.chuckytuh.cordova.rsswizzle" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.fetch on plugin "https://github.com/OutSystems/cordova-plugin-rsswizle.git#1.0.1"

[2020-10-05T16:01:46.228Z] [verbose] Fetching plugin "https://github.com/OutSystems/cordova-plugin-rsswizle.git" via git clone

[2020-10-05T16:01:46.228Z] [verbose] Running command: git clone https://github.com/OutSystems/cordova-plugin-rsswizle.git /tmp/git/1601913668573

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git clone,https://github.com/OutSystems/cordova-plugin-rsswizle.git,/tmp/git/1601913668573

[2020-10-05T16:01:46.228Z] [verbose] Running command: git checkout 1.0.1

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git checkout,1.0.1

[2020-10-05T16:01:46.228Z] [verbose] Repository "https://github.com/OutSystems/cordova-plugin-rsswizle.git" checked out to git ref "1.0.1".

[2020-10-05T16:01:46.228Z] [verbose] Copying fetched plugin over "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.chuckytuh.cordova.rsswizzle"...

[2020-10-05T16:01:46.228Z] [verbose] Plugin "com.chuckytuh.cordova.rsswizzle" fetched.

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.chuckytuh.cordova.rsswizzle" for platform "android

[2020-10-05T16:01:46.228Z] [verbose] Installing "com.chuckytuh.cordova.rsswizzle" for android

[2020-10-05T16:01:46.228Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin com.chuckytuh.cordova.rsswizzle on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Install start for "com.chuckytuh.cordova.rsswizzle" on android.

[2020-10-05T16:01:46.228Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:46.228Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:46.228Z] [verbose] Install complete for com.chuckytuh.cordova.rsswizzle on android.

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin com.chuckytuh.cordova.rsswizzle on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Adding com.chuckytuh.cordova.rsswizzle to package.json

[2020-10-05T16:01:46.228Z] [verbose] Saved plugin info for "com.chuckytuh.cordova.rsswizzle" to config.xml

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "com.outsystems.plugins.broadcaster" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.fetch on plugin "https://*@github.com/OutSystems/cordova-outsystems-broadcaster.git#2.1.0"

[2020-10-05T16:01:46.228Z] [verbose] Fetching plugin "https://*@github.com/OutSystems/cordova-outsystems-broadcaster.git" via git clone

[2020-10-05T16:01:46.228Z] [verbose] Running command: git clone https://*@github.com/OutSystems/cordova-outsystems-broadcaster.git /tmp/git/1601913669463

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git clone,https://*@github.com/OutSystems/cordova-outsystems-broadcaster.git,/tmp/git/1601913669463

[2020-10-05T16:01:46.228Z] [verbose] Running command: git checkout 2.1.0

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git checkout,2.1.0

[2020-10-05T16:01:46.228Z] [verbose] Repository "https://*@github.com/OutSystems/cordova-outsystems-broadcaster.git" checked out to git ref "2.1.0".

[2020-10-05T16:01:46.228Z] [verbose] Copying fetched plugin over "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.broadcaster"...

[2020-10-05T16:01:46.228Z] [verbose] Plugin "com.outsystems.plugins.broadcaster" fetched.

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.broadcaster" for platform "android

[2020-10-05T16:01:46.228Z] [verbose] Installing "com.outsystems.plugins.broadcaster" for android

[2020-10-05T16:01:46.228Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin com.outsystems.plugins.broadcaster on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Install start for "com.outsystems.plugins.broadcaster" on android.

[2020-10-05T16:01:46.228Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:46.228Z] [verbose] Installing Android library: libs/android/build.gradle

[2020-10-05T16:01:46.228Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:46.228Z] [verbose] Updating build files since android plugin contained <framework>

[2020-10-05T16:01:46.228Z] [verbose] Subproject Path: CordovaLib

[2020-10-05T16:01:46.228Z] [verbose] Subproject Path: app

[2020-10-05T16:01:46.228Z] [verbose] Install complete for com.outsystems.plugins.broadcaster on android.

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin com.outsystems.plugins.broadcaster on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Adding com.outsystems.plugins.broadcaster to package.json

[2020-10-05T16:01:46.228Z] [verbose] Saved plugin info for "com.outsystems.plugins.broadcaster" to config.xml

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "com.outsystems.plugins.ossecurity" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.fetch on plugin "https://*@github.com/OutSystems/cordova-outsystems-security.git#3.0.0"

[2020-10-05T16:01:46.228Z] [verbose] Fetching plugin "https://*@github.com/OutSystems/cordova-outsystems-security.git" via git clone

[2020-10-05T16:01:46.228Z] [verbose] Running command: git clone https://*@github.com/OutSystems/cordova-outsystems-security.git /tmp/git/1601913671185

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git clone,https://*@github.com/OutSystems/cordova-outsystems-security.git,/tmp/git/1601913671185

[2020-10-05T16:01:46.228Z] [verbose] Running command: git checkout 3.0.0

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git checkout,3.0.0

[2020-10-05T16:01:46.228Z] [verbose] Repository "https://*@github.com/OutSystems/cordova-outsystems-security.git" checked out to git ref "3.0.0".

[2020-10-05T16:01:46.228Z] [verbose] Copying fetched plugin over "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.ossecurity"...

[2020-10-05T16:01:46.228Z] [verbose] Plugin "com.outsystems.plugins.ossecurity" fetched.

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.ossecurity" for platform "android

[2020-10-05T16:01:46.228Z] [verbose] Installing "com.outsystems.plugins.ossecurity" for android

[2020-10-05T16:01:46.228Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin com.outsystems.plugins.ossecurity on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Install start for "com.outsystems.plugins.ossecurity" on android.

[2020-10-05T16:01:46.228Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:46.228Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:46.228Z] [verbose] Install complete for com.outsystems.plugins.ossecurity on android.

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin com.outsystems.plugins.ossecurity on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Adding com.outsystems.plugins.ossecurity to package.json

[2020-10-05T16:01:46.228Z] [verbose] Saved plugin info for "com.outsystems.plugins.ossecurity" to config.xml

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "com.outsystems.plugins.applicationinfo" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.fetch on plugin "https://*@github.com/OutSystems/cordova-outsystems-application-info.git#1.0.2"

[2020-10-05T16:01:46.228Z] [verbose] Fetching plugin "https://*@github.com/OutSystems/cordova-outsystems-application-info.git" via git clone

[2020-10-05T16:01:46.228Z] [verbose] Running command: git clone https://*@github.com/OutSystems/cordova-outsystems-application-info.git /tmp/git/1601913673527

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git clone,https://*@github.com/OutSystems/cordova-outsystems-application-info.git,/tmp/git/1601913673527

[2020-10-05T16:01:46.228Z] [verbose] Running command: git checkout 1.0.2

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: git checkout,1.0.2

[2020-10-05T16:01:46.228Z] [verbose] Repository "https://*@github.com/OutSystems/cordova-outsystems-application-info.git" checked out to git ref "1.0.2".

[2020-10-05T16:01:46.228Z] [verbose] Copying fetched plugin over "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.applicationinfo"...

[2020-10-05T16:01:46.228Z] [verbose] Plugin "com.outsystems.plugins.applicationinfo" fetched.

[2020-10-05T16:01:46.228Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/com.outsystems.plugins.applicationinfo" for platform "android

[2020-10-05T16:01:46.228Z] [verbose] Installing "com.outsystems.plugins.applicationinfo" for android

[2020-10-05T16:01:46.228Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin com.outsystems.plugins.applicationinfo on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Install start for "com.outsystems.plugins.applicationinfo" on android.

[2020-10-05T16:01:46.228Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:46.228Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:46.228Z] [verbose] Install complete for com.outsystems.plugins.applicationinfo on android.

[2020-10-05T16:01:46.228Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin com.outsystems.plugins.applicationinfo on android platform only.

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:46.228Z] [verbose] Adding com.outsystems.plugins.applicationinfo to package.json

[2020-10-05T16:01:46.228Z] [verbose] Saved plugin info for "com.outsystems.plugins.applicationinfo" to config.xml

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:46.228Z] [verbose] Discovered plugin "com.outsystems.plugins.inspector" in config.xml. Adding it to the project

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "before_plugin_add".


[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.deeplinks/www/OSDeepLinks.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.deeplinks/www/OSDeepLinks.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.filechooser/www/FileChooser.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.filechooser/www/FileChooser.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/cordova-outsystems-http.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/cordova-outsystems-http.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/public-interface.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/public-interface.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/request-manager.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/request-manager.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/request.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/request.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/util.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/util.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.http/www/uuid_v1@3.3.2.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.http/www/uuid_v1@3.3.2.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.logger/www/OSLogger.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.logger/www/OSLogger.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.oscache/www/OSCache.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.oscache/www/OSCache.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/com.outsystems.plugins.prebundle/www/OSPrebundle.js platforms/android/app/src/main/assets/www/plugins/com.outsystems.plugins.prebundle/www/OSPrebundle.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-plugin-device/www/device.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-device/www/device.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-plugin-network-information/www/Connection.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-network-information/www/Connection.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-plugin-network-information/www/network.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-network-information/www/network.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-plugin-splashscreen/www/splashscreen.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-splashscreen/www/splashscreen.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-plugin-statusbar/www/statusbar.js platforms/android/app/src/main/assets/www/plugins/cordova-plugin-statusbar/www/statusbar.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose]   copy  platforms/android/platform_www/plugins/cordova-sqlite-storage/www/SQLitePlugin.js platforms/android/app/src/main/assets/www/plugins/cordova-sqlite-storage/www/SQLitePlugin.js (updated file)

[2020-10-05T16:01:46.228Z] [verbose] Wrote out android application name "TestAIOCRPlugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/res/values/strings.xml

[2020-10-05T16:01:46.228Z] [verbose] Wrote out Android package name "com.indiafirstlife.testaiocrplugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/java/com/indiafirstlife/testaiocrplugin/MainActivity.java

[2020-10-05T16:01:46.228Z] [verbose] Updating icons at platforms/android/app/src/main/res

[2020-10-05T16:01:46.228Z] [verbose] Updating splash screens at platforms/android/app/src/main/res

[2020-10-05T16:01:46.228Z] [verbose] Updating resource files at platforms/android

[2020-10-05T16:01:46.228Z] [verbose] Prepared android project successfully

[2020-10-05T16:01:46.228Z] [verbose] No scripts found for hook "after_prepare".

[2020-10-05T16:01:46.228Z] [verbose] Saving android@8.1.0 into platforms.json

[2020-10-05T16:01:46.228Z] [verbose] --save flag or autosave detected

[2020-10-05T16:01:46.228Z] [verbose] Saving android@~8.1.0 into config.xml file ...

[2020-10-05T16:01:46.228Z] [verbose] adding android to cordova.platforms array in package.json

[2020-10-05T16:01:46.228Z] [verbose] Executing script found in config.xml for hook "after_platform_add": hooks/applyPatches.js

[2020-10-05T16:01:46.228Z] [verbose] Resolving module name for fs => fs

[2020-10-05T16:01:46.228Z] [verbose] Resolving module name for path => path

[2020-10-05T16:01:46.228Z] [verbose] Resolving module name for child_process => child_process

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/app_build_gradle.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/cordova_project_builder.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/cordova_webview_impl_fixes.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/cordovalib_build_gradle.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/cordovalib_project_properties.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/root_build_gradle.patch

[2020-10-05T16:01:46.228Z] [verbose] patch --no-backup-if-mismatch -p0 -i /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/hooks/patches/android/root_project_properties.patch

[2020-10-05T16:01:46.229Z] [verbose] [Build] 

[2020-10-05T16:01:46.238Z] [info] [Build] Applying plugins in the config.xml file...

[2020-10-05T16:01:46.240Z] [info] [Build] Plugin Id: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/resources/resources0/NividousPlugin

[2020-10-05T16:01:46.240Z] [info] [Build] Plugin Action: add

[2020-10-05T16:01:47.413Z] [verbose] [Build] No scripts found for hook "before_plugin_add".

[2020-10-05T16:01:47.413Z] [verbose] Calling plugman.fetch on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/resources/resources0/NividousPlugin"

[2020-10-05T16:01:47.413Z] [verbose] Copying plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/resources/resources0/NividousPlugin" => "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/cordova.plugin.nividous"

[2020-10-05T16:01:47.413Z] [verbose] Calling plugman.install on plugin "/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/plugins/cordova.plugin.nividous" for platform "android

[2020-10-05T16:01:47.413Z] [verbose] Installing "cordova.plugin.nividous" for android

[2020-10-05T16:01:47.413Z] [verbose] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:47.413Z] [verbose] Command finished with error code 0: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/cordova/version 

[2020-10-05T16:01:47.413Z] [verbose] Finding scripts for "before_plugin_install" hook from plugin cordova.plugin.nividous on android platform only.

[2020-10-05T16:01:47.413Z] [verbose] No scripts found for hook "before_plugin_install".

[2020-10-05T16:01:47.413Z] [verbose] Install start for "cordova.plugin.nividous" on android.

[2020-10-05T16:01:47.413Z] [verbose] PlatformApi successfully found for platform android

[2020-10-05T16:01:47.413Z] [verbose] Beginning processing of action stack for android project...

[2020-10-05T16:01:47.413Z] [verbose] Installing Android library: src/android/nividous.gradle

[2020-10-05T16:01:47.413Z] [verbose] Action stack processing complete.

[2020-10-05T16:01:47.413Z] [verbose] Updating build files since android plugin contained <framework>

[2020-10-05T16:01:47.413Z] [verbose] Subproject Path: CordovaLib

[2020-10-05T16:01:47.413Z] [verbose] Subproject Path: app

[2020-10-05T16:01:47.413Z] [verbose] Install complete for cordova.plugin.nividous on android.

[2020-10-05T16:01:47.413Z] [verbose] Finding scripts for "after_plugin_install" hook from plugin cordova.plugin.nividous on android platform only.

[2020-10-05T16:01:47.413Z] [verbose] No scripts found for hook "after_plugin_install".

[2020-10-05T16:01:47.413Z] [verbose] Adding cordova.plugin.nividous to package.json

[2020-10-05T16:01:47.413Z] [verbose] Saved plugin info for "cordova.plugin.nividous" to config.xml

[2020-10-05T16:01:47.413Z] [verbose] No scripts found for hook "after_plugin_add".

[2020-10-05T16:01:47.413Z] [verbose] [Build] 

[2020-10-05T16:01:47.423Z] [info] [Build] Getting signing keys...

[2020-10-05T16:01:47.447Z] [info] [Build] Building application package...

[2020-10-05T16:01:48.181Z] [verbose] [Build] Executing script found in config.xml for hook "before_build": hooks/clearCaches.js

[2020-10-05T16:01:48.181Z] [verbose] [Build] Resolving module name for q => q

[2020-10-05T16:01:48.182Z] [verbose] [Build] Stopping gradle daemon

[2020-10-05T16:01:48.954Z] [verbose] [Build] No Gradle daemons are running.

[2020-10-05T16:01:48.960Z] [verbose] [Build] Stopped Gradle daemon successfully

[2020-10-05T16:01:48.960Z] [verbose] [Build] Disabling Gradle Daemon

[2020-10-05T16:01:49.523Z] [verbose] [Build] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.

[2020-10-05T16:01:50.420Z] [verbose] [Build] Daemon will be stopped at the end of the build stopping after processing

[2020-10-05T16:01:54.522Z] [verbose] [Build] > Configure project :app

[2020-10-05T16:01:54.522Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:01:54.523Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:01:54.523Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:01:54.523Z] [verbose] [Build] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

[2020-10-05T16:01:54.523Z] [verbose] [Build] It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

[2020-10-05T16:01:55.820Z] [verbose] [Build] > Configure project :CordovaLib

[2020-10-05T16:01:55.821Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:01:55.821Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:01:55.821Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:01:56.021Z] [verbose] [Build] > Task :help

[2020-10-05T16:01:56.021Z] [verbose] [Build] Welcome to Gradle 5.4.1.

[2020-10-05T16:01:56.021Z] [verbose] [Build] To run a build, run gradle <task> ...

[2020-10-05T16:01:56.021Z] [verbose] [Build] To see a list of available tasks, run gradle tasks

[2020-10-05T16:01:56.021Z] [verbose] [Build] To see a list of command-line options, run gradle --help

[2020-10-05T16:01:56.021Z] [verbose] [Build] To see more detail about a task, run gradle

[2020-10-05T16:01:56.021Z] [verbose] [Build]  help --task <task>

[2020-10-05T16:01:56.022Z] [verbose] [Build] For troubleshooting, visit https://help.gradle.org

[2020-10-05T16:01:56.022Z] [verbose] [Build] BUILD SUCCESSFUL in 6s

[2020-10-05T16:01:56.022Z] [verbose] [Build] 1 actionable task: 1 executed

[2020-10-05T16:01:56.352Z] [verbose] [Build] Disabled Gradle daemon successfully

[2020-10-05T16:01:56.353Z] [verbose] [Build] Clear Gradle Cache

[2020-10-05T16:01:56.928Z] [verbose] [Build] Starting a Gradle Daemon (subsequent builds will be faster)

[2020-10-05T16:02:01.929Z] [verbose] [Build] > Configure project :app

[2020-10-05T16:02:01.930Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:01.930Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:02:01.930Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:02:01.930Z] [verbose] [Build] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

[2020-10-05T16:02:01.930Z] [verbose] [Build] It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

[2020-10-05T16:02:02.528Z] [verbose] [Build] > Configure project :CordovaLib

[2020-10-05T16:02:02.528Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:02.528Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:02:02.528Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:02:02.628Z] [verbose] [Build] > Task :clean UP-TO-DATE

[2020-10-05T16:02:02.628Z] [verbose] [Build] > Task :app:clean UP-TO-DATE

[2020-10-05T16:02:02.728Z] [verbose] [Build] > Task :CordovaLib:clean UP-TO-DATE

[2020-10-05T16:02:02.728Z] [verbose] [Build] > Task :app:cleanBuildCache

[2020-10-05T16:02:02.728Z] [verbose] [Build] > Task :CordovaLib:cleanBuildCache

[2020-10-05T16:02:02.728Z] [verbose] [Build] BUILD SUCCESSFUL in 6s

[2020-10-05T16:02:02.728Z] [verbose] [Build] 5 actionable tasks: 2 executed, 3 up-to-date

[2020-10-05T16:02:03.171Z] [verbose] [Build] Clear Gradle cache successfully

[2020-10-05T16:02:03.242Z] [verbose] [Build] No scripts found for hook "before_prepare".

[2020-10-05T16:02:03.242Z] [verbose] [Build] Checking config.xml and package.json for saved platforms that haven't been added to the project

[2020-10-05T16:02:03.253Z] [verbose] [Build] Config.xml and package.json platforms are the same. No pkg.json modification.

[2020-10-05T16:02:03.253Z] [verbose] [Build] Package.json and config.xml platforms are different. Updating config.xml with most current list of platforms.

[2020-10-05T16:02:03.325Z] [verbose] [Build] PlatformApi successfully found for platform android

[2020-10-05T16:02:03.325Z] [verbose] [Build] Checking config.xml for saved plugins that haven't been added to the project

[2020-10-05T16:02:03.352Z] [verbose] [Build] Checking for any plugins added to the project that have not been installed in android platform

[2020-10-05T16:02:03.353Z] [verbose] [Build] No differences found between plugins added to project and installed in android platform. Continuing...

[2020-10-05T16:02:03.382Z] [verbose] [Build] Generating platform-specific config.xml from defaults for android at /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/res/xml/config.xml

[2020-10-05T16:02:03.415Z] [verbose] [Build] Merging project's config.xml into platform-specific android config.xml

[2020-10-05T16:02:03.428Z] [verbose] [Build] [Gradle Properties] Preparing Configuration

[2020-10-05T16:02:03.430Z] [verbose] [Build] [Gradle Properties] Appending default configuration properties

[2020-10-05T16:02:03.430Z] [verbose] [Build] [Gradle Properties] Appending custom configuration properties

[2020-10-05T16:02:03.431Z] [verbose] [Build] [Gradle Properties] Updating and Saving File

[2020-10-05T16:02:03.431Z] [verbose] [Build] Merging and updating files from [www, platforms/android/platform_www] to platforms/android/app/src/main/assets/www

[2020-10-05T16:02:03.447Z] [verbose] [Build]   copy  platforms/android/platform_www/cordova_plugins.js platforms/android/app/src/main/assets/www/cordova_plugins.js (updated file)

[2020-10-05T16:02:03.449Z] [verbose] [Build]   copy  platforms/android/platform_www/plugins/cordova.plugin.nividous/www/NividousPlugin.js platforms/android/app/src/main/assets/www/plugins/cordova.plugin.nividous/www/NividousPlugin.js (updated file)

[2020-10-05T16:02:03.452Z] [verbose] [Build] Wrote out android application name "TestAIOCRPlugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/res/values/strings.xml

[2020-10-05T16:02:03.457Z] [verbose] [Build] Wrote out Android package name "com.indiafirstlife.testaiocrplugin" to /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/app/src/main/java/com/indiafirstlife/testaiocrplugin/MainActivity.java

[2020-10-05T16:02:03.460Z] [verbose] [Build] Updating icons at platforms/android/app/src/main/res

[2020-10-05T16:02:03.463Z] [verbose] [Build] Updating splash screens at platforms/android/app/src/main/res

[2020-10-05T16:02:03.464Z] [verbose] [Build] Updating resource files at platforms/android

[2020-10-05T16:02:03.464Z] [verbose] [Build] Prepared android project successfully

[2020-10-05T16:02:03.481Z] [verbose] [Build] No scripts found for hook "after_prepare".

[2020-10-05T16:02:03.495Z] [verbose] [Build] No scripts found for hook "before_compile".

[2020-10-05T16:02:03.660Z] [verbose] [Build] Checking Java JDK and Android SDK versions

[2020-10-05T16:02:03.660Z] [verbose] [Build] ANDROID_SDK_ROOT=/opt/android-sdk (recommended setting)

[2020-10-05T16:02:03.661Z] [verbose] [Build] ANDROID_HOME=/opt/android-sdk (DEPRECATED)

[2020-10-05T16:02:03.679Z] [verbose] [Build] Running command: /opt/gradle/gradle-5.4.1/bin/gradle -p /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android wrapper -b /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/wrapper.gradle

[2020-10-05T16:02:04.611Z] [verbose] [Build] > Task :wrapper

[2020-10-05T16:02:04.611Z] [verbose] [Build] BUILD SUCCESSFUL in 0s

[2020-10-05T16:02:04.611Z] [verbose] [Build] 1 actionable task: 1 executed

[2020-10-05T16:02:04.933Z] [verbose] [Build] Command finished with error code 0: /opt/gradle/gradle-5.4.1/bin/gradle -p,/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android,wrapper,-b,/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/wrapper.gradle

[2020-10-05T16:02:04.935Z] [verbose] [Build] Subproject Path: CordovaLib

[2020-10-05T16:02:04.935Z] [verbose] [Build] Subproject Path: app

[2020-10-05T16:02:04.937Z] [verbose] [Build] Running command: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/gradlew cdvBuildDebug -b /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/build.gradle --parallel

[2020-10-05T16:02:05.521Z] [verbose] [Build] Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

[2020-10-05T16:02:10.521Z] [verbose] [Build] > Configure project :app

[2020-10-05T16:02:10.522Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:10.522Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:02:10.523Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:02:10.523Z] [verbose] [Build] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

[2020-10-05T16:02:10.523Z] [verbose] [Build] It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

[2020-10-05T16:02:11.020Z] [verbose] [Build] > Configure project :CordovaLib

[2020-10-05T16:02:11.020Z] [verbose] [Build] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:11.020Z] [verbose] [Build] android.useDeprecatedNdk

[2020-10-05T16:02:11.020Z] [verbose] [Build] NdkCompile is no longer supported

[2020-10-05T16:02:12.219Z] [verbose] [Build] > Task :app:preBuild UP-TO-DATE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :app:preDebugBuild UP-TO-DATE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :CordovaLib:preBuild UP-TO-DATE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :CordovaLib:preDebugBuild UP-TO-DATE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :CordovaLib:compileDebugAidl NO-SOURCE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :app:compileDebugAidl NO-SOURCE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :CordovaLib:packageDebugRenderscript NO-SOURCE

[2020-10-05T16:02:12.220Z] [verbose] [Build] > Task :app:compileDebugRenderscript NO-SOURCE

[2020-10-05T16:02:12.319Z] [verbose] [Build] > Task :app:checkDebugManifest

[2020-10-05T16:02:12.320Z] [verbose] [Build] > Task :app:generateDebugBuildConfig

[2020-10-05T16:02:12.320Z] [verbose] [Build] > Task :app:prepareLintJar

[2020-10-05T16:02:12.320Z] [verbose] [Build] > Task :app:prepareLintJarForPublish

[2020-10-05T16:02:12.320Z] [verbose] [Build] > Task :app:generateDebugSources

[2020-10-05T16:02:12.419Z] [verbose] [Build] > Task :app:dataBindingExportBuildInfoDebug

[2020-10-05T16:02:12.419Z] [verbose] [Build] > Task :app:dataBindingExportFeaturePackageIdsDebug

[2020-10-05T16:02:18.419Z] [verbose] [Build] > Task :app:dataBindingMergeDependencyArtifactsDebug

[2020-10-05T16:02:18.519Z] [verbose] [Build] > Task :app:dataBindingMergeGenClassesDebug

[2020-10-05T16:02:18.520Z] [verbose] [Build] > Task :app:generateDebugResValues

[2020-10-05T16:02:18.520Z] [verbose] [Build] > Task :app:generateDebugResources

[2020-10-05T16:02:18.521Z] [verbose] [Build] > Task :CordovaLib:compileDebugRenderscript

[2020-10-05T16:02:18.521Z] [verbose] [Build] > Task :CordovaLib:generateDebugResValues

[2020-10-05T16:02:18.521Z] [verbose] [Build] > Task :CordovaLib:generateDebugResources

[2020-10-05T16:02:18.619Z] [verbose] [Build] > Task :CordovaLib:packageDebugResources

[2020-10-05T16:02:20.519Z] [verbose] [Build] > Task :app:mergeDebugResources

[2020-10-05T16:02:20.719Z] [verbose] [Build] > Task :app:dataBindingGenBaseClassesDebug

[2020-10-05T16:02:20.719Z] [verbose] [Build] > Task :CordovaLib:checkDebugManifest

[2020-10-05T16:02:20.720Z] [verbose] [Build] > Task :CordovaLib:generateDebugBuildConfig

[2020-10-05T16:02:20.919Z] [verbose] [Build] > Task :CordovaLib:parseDebugLibraryResources

[2020-10-05T16:02:21.019Z] [verbose] [Build] > Task :CordovaLib:processDebugManifest

[2020-10-05T16:02:21.020Z] [verbose] [Build] > Task :CordovaLib:generateDebugRFile

[2020-10-05T16:02:21.020Z] [verbose] [Build] > Task :CordovaLib:javaPreCompileDebug

[2020-10-05T16:02:22.819Z] [verbose] [Build] > Task :CordovaLib:compileDebugJavaWithJavac

[2020-10-05T16:02:22.919Z] [verbose] [Build] > Task :CordovaLib:bundleLibCompileDebug

[2020-10-05T16:02:23.419Z] [verbose] [Build] > Task :app:javaPreCompileDebug

[2020-10-05T16:02:23.419Z] [verbose] [Build] > Task :app:mainApkListPersistenceDebug

[2020-10-05T16:02:23.420Z] [verbose] [Build] > Task :app:createDebugCompatibleScreenManifests

[2020-10-05T16:02:23.519Z] [verbose] [Build] > Task :app:processDebugManifest

[2020-10-05T16:02:24.419Z] [verbose] [Build] > Task :app:processDebugResources

[2020-10-05T16:02:25.620Z] [verbose] [Build] > Task :app:compileDebugJavaWithJavac FAILED

[2020-10-05T16:02:25.620Z] [verbose] [Build] error: cannot access ParametersAreNonnullByDefault

[2020-10-05T16:02:25.620Z] [verbose] [Build]   class file for javax.annotation.ParametersAreNonnullByDefault not found

[2020-10-05T16:02:25.620Z] [verbose] [Build] Note: Some input files use or override a deprecated API.

[2020-10-05T16:02:25.620Z] [verbose] [Build] Note: Recompile with -Xlint:deprecation for details.

[2020-10-05T16:02:25.620Z] [verbose] [Build] 1 error

[2020-10-05T16:02:25.621Z] [verbose] [Build] FAILURE: Build failed with an exception.

[2020-10-05T16:02:25.621Z] [verbose] [Build] * What went wrong:

[2020-10-05T16:02:25.621Z] [verbose] [Build] Execution failed for task ':app:compileDebugJavaWithJavac'.

[2020-10-05T16:02:25.621Z] [verbose] [Build] > Compilation failed; see the compiler error output for details.

[2020-10-05T16:02:25.621Z] [verbose] [Build] * Try:

[2020-10-05T16:02:25.621Z] [verbose] [Build] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

[2020-10-05T16:02:25.621Z] [verbose] [Build] * Get more help at https://help.gradle.org

[2020-10-05T16:02:25.621Z] [verbose] [Build] BUILD FAILED in 20s

[2020-10-05T16:02:25.622Z] [verbose] [Build] Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.

[2020-10-05T16:02:25.622Z] [verbose] [Build] Use '--warning-mode all' to show the individual deprecation warnings.

[2020-10-05T16:02:25.622Z] [verbose] [Build] See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings

[2020-10-05T16:02:25.622Z] [verbose] [Build] 28 actionable tasks: 28 executed

[2020-10-05T16:02:25.980Z] [verbose] [Build] Command finished with error code 1: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/gradlew cdvBuildDebug,-b,/opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/build.gradle,--parallel

[2020-10-05T16:02:25.982Z] [verbose] [Build] Error: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/gradlew: Command failed with exit code 1 Error output:

[2020-10-05T16:02:25.982Z] [verbose] [Build] error: cannot access ParametersAreNonnullByDefault

[2020-10-05T16:02:25.983Z] [verbose] [Build]   class file for javax.annotation.ParametersAreNonnullByDefault not found

[2020-10-05T16:02:25.983Z] [verbose] [Build] Note: Some input files use or override a deprecated API.

[2020-10-05T16:02:25.983Z] [verbose] [Build] Note: Recompile with -Xlint:deprecation for details.

[2020-10-05T16:02:25.983Z] [verbose] [Build] 1 error

[2020-10-05T16:02:25.983Z] [verbose] [Build] FAILURE: Build failed with an exception.

[2020-10-05T16:02:25.983Z] [verbose] [Build] * What went wrong:

[2020-10-05T16:02:25.983Z] [verbose] [Build] Execution failed for task ':app:compileDebugJavaWithJavac'.

[2020-10-05T16:02:25.983Z] [verbose] [Build] > Compilation failed; see the compiler error output for details.

[2020-10-05T16:02:25.984Z] [verbose] [Build] * Try:

[2020-10-05T16:02:25.984Z] [verbose] [Build] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

[2020-10-05T16:02:25.984Z] [verbose] [Build] * Get more help at https://help.gradle.org

[2020-10-05T16:02:25.984Z] [verbose] [Build] BUILD FAILED in 20s

[2020-10-05T16:02:26.006Z] [error] [Build] No Gradle daemons are running.

[2020-10-05T16:02:26.006Z] [error] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.

[2020-10-05T16:02:26.006Z] [error] Daemon will be stopped at the end of the build stopping after processing

[2020-10-05T16:02:26.006Z] [error] > Configure project :app

[2020-10-05T16:02:26.006Z] [error] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:26.006Z] [error] android.useDeprecatedNdk

[2020-10-05T16:02:26.006Z] [error] NdkCompile is no longer supported

[2020-10-05T16:02:26.006Z] [error] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

[2020-10-05T16:02:26.006Z] [error] It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

[2020-10-05T16:02:26.006Z] [error] > Configure project :CordovaLib

[2020-10-05T16:02:26.006Z] [error] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:26.006Z] [error] android.useDeprecatedNdk

[2020-10-05T16:02:26.006Z] [error] NdkCompile is no longer supported

[2020-10-05T16:02:26.006Z] [error] > Task :help

[2020-10-05T16:02:26.006Z] [error] Welcome to Gradle 5.4.1.

[2020-10-05T16:02:26.006Z] [error] To run a build, run gradle <task> ...

[2020-10-05T16:02:26.006Z] [error] To see a list of available tasks, run gradle tasks

[2020-10-05T16:02:26.006Z] [error] To see a list of command-line options, run gradle --help

[2020-10-05T16:02:26.006Z] [error] To see more detail about a task, run gradle

[2020-10-05T16:02:26.006Z] [error]  help --task <task>

[2020-10-05T16:02:26.006Z] [error] For troubleshooting, visit https://help.gradle.org

[2020-10-05T16:02:26.006Z] [error] BUILD SUCCESSFUL in 6s

[2020-10-05T16:02:26.006Z] [error] 1 actionable task: 1 executed

[2020-10-05T16:02:26.006Z] [error] Starting a Gradle Daemon (subsequent builds will be faster)

[2020-10-05T16:02:26.006Z] [error] > Configure project :app

[2020-10-05T16:02:26.006Z] [error] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:26.006Z] [error] android.useDeprecatedNdk

[2020-10-05T16:02:26.006Z] [error] NdkCompile is no longer supported

[2020-10-05T16:02:26.006Z] [error] WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.

[2020-10-05T16:02:26.006Z] [error] It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

[2020-10-05T16:02:26.006Z] [error] > Configure project :CordovaLib

[2020-10-05T16:02:26.006Z] [error] WARNING: The following project options are deprecated and have been removed: 

[2020-10-05T16:02:26.006Z] [error] android.useDeprecatedNdk

[2020-10-05T16:02:26.006Z] [error] NdkCompile is no longer supported

[2020-10-05T16:02:26.006Z] [error] > Task :clean UP-TO-DATE

[2020-10-05T16:02:26.006Z] [error] > Task :app:clean UP-TO-DATE

[2020-10-05T16:02:26.006Z] [error] > Task :CordovaLib:clean UP-TO-DATE

[2020-10-05T16:02:26.006Z] [error] > Task :app:cleanBuildCache

[2020-10-05T16:02:26.006Z] [error] > Task :CordovaLib:cleanBuildCache

[2020-10-05T16:02:26.006Z] [error] BUILD SUCCESSFUL in 6s

[2020-10-05T16:02:26.006Z] [error] 5 actionable tasks: 2 executed, 3 up-to-date

[2020-10-05T16:02:26.006Z] [error] error: cannot access ParametersAreNonnullByDefault

[2020-10-05T16:02:26.006Z] [error]   class file for javax.annotation.ParametersAreNonnullByDefault not found

[2020-10-05T16:02:26.006Z] [error] Note: Some input files use or override a deprecated API.

[2020-10-05T16:02:26.006Z] [error] Note: Recompile with -Xlint:deprecation for details.

[2020-10-05T16:02:26.006Z] [error] 1 error

[2020-10-05T16:02:26.006Z] [error] FAILURE: Build failed with an exception.

[2020-10-05T16:02:26.006Z] [error] * What went wrong:

[2020-10-05T16:02:26.006Z] [error] Execution failed for task ':app:compileDebugJavaWithJavac'.

[2020-10-05T16:02:26.006Z] [error] > Compilation failed; see the compiler error output for details.

[2020-10-05T16:02:26.006Z] [error] * Try:

[2020-10-05T16:02:26.006Z] [error] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

[2020-10-05T16:02:26.006Z] [error] * Get more help at https://help.gradle.org

[2020-10-05T16:02:26.006Z] [error] BUILD FAILED in 20s

[2020-10-05T16:02:26.006Z] [error] Error: /opt/NativeBuilder/builds/958bb40e-c33c-4e54-bc25-d716a48cbad3/source/platforms/android/gradlew: Command failed with exit code 1 Error output:

[2020-10-05T16:02:26.006Z] [error] error: cannot access ParametersAreNonnullByDefault

[2020-10-05T16:02:26.006Z] [error]   class file for javax.annotation.ParametersAreNonnullByDefault not found

[2020-10-05T16:02:26.006Z] [error] Note: Some input files use or override a deprecated API.

[2020-10-05T16:02:26.006Z] [error] Note: Recompile with -Xlint:deprecation for details.

[2020-10-05T16:02:26.006Z] [error] 1 error

[2020-10-05T16:02:26.006Z] [error] FAILURE: Build failed with an exception.

[2020-10-05T16:02:26.006Z] [error] * What went wrong:

[2020-10-05T16:02:26.006Z] [error] Execution failed for task ':app:compileDebugJavaWithJavac'.

[2020-10-05T16:02:26.006Z] [error] > Compilation failed; see the compiler error output for details.

[2020-10-05T16:02:26.006Z] [error] * Try:

[2020-10-05T16:02:26.006Z] [error] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

[2020-10-05T16:02:26.006Z] [error] * Get more help at https://help.gradle.org

[2020-10-05T16:02:26.006Z] [error] BUILD FAILED in 20s

[2020-10-05T16:02:26.007Z] [error] [Build] Build failed with the following error: Error compiling Cordova plugin: .

[2020-10-05T16:02:26.007Z] [info] [Build] Remove debug/release signing properties

[2020-10-05T16:02:26.008Z] [info] [Build] Zipping application source...

[2020-10-05T16:03:09.528Z] [info] [Build] Application was not successfully generated!


[2020-10-05T16:03:09.529Z] [info] [Build] Execution time: 133466ms


Please help me to solve this or give me an idea what went wrong.


Thanks,

Dileep

2023-03-06 14-13-20
João Domingos

Hello Dileep,


For a cordova plugin to work it needs to be in a different published application then consumed by one of your modules, or you will get compilation errors.

Can you confirm that's the case ? 

2024-06-26 06-49-09
Dileep Kumar Verma

João Domingos wrote:

Hello Dileep,


For a cordova plugin to work it needs to be in a different published application then consumed by one of your modules, or you will get compilation errors.

Can you confirm that's the case ? 

 

I am not using in same module. I have created a blank module with plugin as a resource and created a mobile application to used it as dependency.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.