@simonhivehub wrote:
I get the error trying to de a debug build using cloud build in AppFlow.
[21:14:13]: fastlane finished with errors /usr/local/bundle/bin/fastlane: [!] Shell command exited with exit status 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError) Welcome to Gradle 5.6.4! Here are the highlights of this release: - Incremental Groovy compilation - Groovy compile avoidance - Test fixtures for Java projects - Manage plugin versions via settings script For more details see https://docs.gradle.org/5.6.4/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Configure project :app google-services.json not found, google-services plugin not applied. Push Notifications won't work > Configure project :capacitor-android WARNING: API 'variant.getJavaCompiler()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variant.getJavaCompiler(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. WARNING: API 'variantOutput.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variantOutput.getPackageLibrary(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. > Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :capacitor-android:preBuild UP-TO-DATE > Task :capacitor-android:preDebugBuild UP-TO-DATE > Task :capacitor-android:compileDebugAidl NO-SOURCE > Task :capacitor-cordova-android-plugins:preBuild UP-TO-DATE > Task :capacitor-cordova-android-plugins:preDebugBuild UP-TO-DATE > Task :capacitor-cordova-android-plugins:compileDebugAidl NO-SOURCE > Task :app:compileDebugAidl NO-SOURCE > Task :capacitor-android:packageDebugRenderscript NO-SOURCE > Task :capacitor-cordova-android-plugins:packageDebugRenderscript NO-SOURCE > Task :app:compileDebugRenderscript NO-SOURCE > Task :app:generateDebugBuildConfig > Task :capacitor-android:compileDebugRenderscript NO-SOURCE > Task :capacitor-android:generateDebugBuildConfig > Task :capacitor-android:generateDebugResValues > Task :capacitor-android:generateDebugResources > Task :capacitor-android:packageDebugResources > Task :capacitor-android:parseDebugLocalResources > Task :capacitor-android:processDebugManifest > Task :capacitor-android:generateDebugRFile > Task :capacitor-android:javaPreCompileDebug > Task :capacitor-android:compileDebugJavaWithJavac Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. > Task :capacitor-android:bundleLibCompileDebug > Task :capacitor-cordova-android-plugins:compileDebugRenderscript NO-SOURCE > Task :capacitor-cordova-android-plugins:generateDebugBuildConfig > Task :capacitor-cordova-android-plugins:generateDebugResValues > Task :capacitor-cordova-android-plugins:generateDebugResources > Task :capacitor-cordova-android-plugins:packageDebugResources > Task :capacitor-cordova-android-plugins:parseDebugLocalResources > Task :capacitor-cordova-android-plugins:processDebugManifest > Task :capacitor-cordova-android-plugins:generateDebugRFile > Task :capacitor-cordova-android-plugins:javaPreCompileDebug > Task :capacitor-cordova-android-plugins:compileDebugJavaWithJavac > Task :capacitor-cordova-android-plugins:bundleLibCompileDebug > Task :app:javaPreCompileDebug > Task :app:mainApkListPersistenceDebug > Task :app:generateDebugResValues > Task :app:generateDebugResources > Task :app:mergeDebugResources > Task :app:createDebugCompatibleScreenManifests > Task :app:extractDeepLinksDebug > Task :capacitor-android:extractDeepLinksDebug > Task :capacitor-cordova-android-plugins:extractDeepLinksDebug > Task :app:processDebugManifest > Task :capacitor-android:compileDebugLibraryResources > Task :capacitor-cordova-android-plugins:compileDebugLibraryResources > Task :app:processDebugResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed /builds/Simon-Hivehub/LeBarmanBruno/android/capacitor-cordova-android-plugins/build/intermediates/library_manifest/debug/AndroidManifest.xml:18:9-24:58: AAPT: error: resource string/activity_name (aka com.hivehub.lebarmanbruno:string/activity_name) not found. * Try: 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. * Get more help at https://help.gradle.org BUILD FAILED in 2m 7s 31 actionable tasks: 31 executed
Posts: 1
Participants: 1