Questions tagged [appcenter]

61 questions
0
votes
0 answers

Appcenter build failure org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction

What went wrong: Execution failed for task ':app:kaptReleaseKotlin'. A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction java.lang.reflect.InvocationTargetException (no error…
skyshine
  • 2,767
  • 7
  • 44
  • 84
0
votes
2 answers

Increment versionCode and versionName from gardle.build(app) for any productVariant

This is the code of gradle.build(app) right now : defaultConfig { applicationId "com.moveeasy.yourbrokerage" multiDexEnabled true minSdkVersion 22 targetSdkVersion 30 versionCode 25 versionName "1.19.0" } …
0
votes
0 answers

How to Force an Exception into Crashes rather than Errors in AppCenter using Crashes.TrackError or any other method

In my mobile UWP/iOS app I log but ignore a number of exceptions. I am expecting these exceptions but still want to monitor them without losing the full details of the exception (call stack for example). This means I must use the…
dalchri
  • 97
  • 8
0
votes
0 answers

Any method to programtically download the app from Visual Code Appcenter

I have an android and iOS app in Microsoft Appcenter but i am not sure how to write a code in such a way that the specified folder will contain only the latest version of the app downloaded to perform the action on it.
0
votes
0 answers

Android Pipeline - need help in selecting specific test scripts when building test app

In the pipeline script using below command to generate test app sh('./gradlew assembleDebugAndroidTest') As I understand this will assembleDebugAndroidTest - Assembles the android (on device) tests for the Debug build. for all the scripts inside…
Gagan
  • 1
0
votes
0 answers

Can't run Detox Android on AppCenter - `adb -s shell pm install` failed with code null

Description I know it's quite tricky to get Detox running on AppCenter as the platform has not yet geared up to support Detox but I can't see why it shouldn't. AppCenter runs on MacOS and so does my local machine. The only difference is I had to…
Thomas Dittmar
  • 1,764
  • 1
  • 23
  • 42
0
votes
0 answers

add pod resources to a repo to reduce the download/install time

I am a first time user of App center for CI/CD. Im trying to build my app but keeping running out of time during the build. "Pod install --update-repo" alone is taking more than 15 minutes. Got recommended to add the pod resources to the repo to…
0
votes
1 answer

App Center Test task: uitest (Xamarin UI Test)

Im experiencing this issue in my post-build script. This is my result after running my appcenter test command: appcenter test run uitest --app "ganta4533-gmail.com/AndroidAPP" --devices b660b8e7 --app-path…
0
votes
0 answers

Generate release_note.md when distributing by fastlane on app center

I have one repo at azure, and now using fastlane at terminal to build and distribute app to AppCenter. Can I excute fastlane command to generate release_note.md, the file will contains branch name, and last git commits. Thanks for your support!
LamLe
  • 1
  • 1
0
votes
0 answers

How to add custom environment variables in AppCenter for React Native App build?

I've a very basic question. While going through blogs about Visual Studio AppCenter for React Native apps, I saw that custom build environment variables inside AppCenter are expected to begin with 'RN_' prefix. I want to know if the environment…
SJaka
  • 712
  • 13
  • 40
0
votes
0 answers

radr://5614542 security issue in Xamarin Forms iOS application

I have a Xamarin forms application. During the security test they have raised an issue "debugging symbols are enabled in the iOS application". We are providing the build through App center and here is the issue am getting from the ipa…
0
votes
0 answers

React Native AppCenter build problem - "JAVA_HOME_11_X64"

I updated most app packages, updated gradle (distributionUrl=https://services.gradle.org/distributions/gradle-7.5-bin.zip) and gradle tools ('com.android.tools.build:gradle:7.3.0'). I can make apk file through android studio. I can work with the…
Nik Titov
  • 1
  • 1
0
votes
1 answer

How to measure time taken by a method in a Xamarin app using Xamarin UI Test and App Center

I have recently added a Xamarin UI Test project for my Xamarin app and configured it with App Center to run the test automation on App center and I need to measure how much time is taken by a method or api call to process and show the result and…
Siddhant maurya
  • 261
  • 1
  • 2
  • 12
0
votes
1 answer

Add a hyperlink in AppCenter Release Notes

is it possible to add a hyperlink in AppCenter's Release Notes. BTW I am using Fastlane to push the build and to add the Release Notes as well. Thanks.
Niib Fouda
  • 1,383
  • 1
  • 16
  • 21
0
votes
0 answers

App Center build failed. Did not contain a valid NDK

Hi While building application with App Center build getting failed with below status. Location specified by ndk.dir (/Users/tonetag/Library/Android/sdk/ndk-bundle/21.4.7075529) did not contain a valid NDK and so couldn't satisfy the requested NDK…
Elango
  • 272
  • 3
  • 16