Skip to main content

All Questions

0 votes
0 answers
64 views

Bitbucket Pipeline Build Is Generated but when trying to install from device its shows "App not install"

Here's the pipeline configuration which I added on my bitbucket project. but when I try to make a build directly through android studio it is working fine, but with pipeline when I try to download ...
Danish Amjad's user avatar
0 votes
2 answers
649 views

How to read Android app Version name in bitbucket pipeline

I am not able to get any field that can fetch the App version name in configuring bitbucket pipelines. Tried Following Approaches: Defining the value in Repository variables but it causes manual ...
Anchit Mittal's user avatar
1 vote
1 answer
1k views

Applying Maven settings.xml in Bitbucket Pipeline with Android project

Currently trying to set up a Bitbucket pipeline for an Android project. We are using a private Maven repository in the project and need to apply a settings.xml. Locally it works fine when building the ...
sjohansson's user avatar
5 votes
1 answer
4k views

GraphQL Unexpected server error when running eas submit

I'm trying to create a submission to the google play store however the bitbucket pipelines have been returning a rather no explicit graphql error when running eas submit. here is the error I'm getting ...
Dorny Muba's user avatar
0 votes
0 answers
311 views

android building failed on bitbucket pipeline during lintVital

Recently, I configured Bitbucket Pipeline to build the android apk. Here is the bitbucket-pipelines.yml pipelines: custom: QA: - step: name: Test Release size: 2x ...
dev.farmer's user avatar
  • 2,679
5 votes
0 answers
6k views

Unable to list file systems to check whether they can be watched

I've just setup a Bitbucket pipeline to build an Android application in a Docker container ... but after the build, it fails to mount some unknown directory: > Task :mobile:lintDebug Wrote HTML ...
Martin Zeitler's user avatar
3 votes
0 answers
800 views

Execution failed for task ':app:compileDevDebugJavaWithJavac'. in flutter

I am developing a flutter application. Not sure what is the reason. It is working fine in local emulator. But in Bitbucket the pipeline is getting failed. Last week, our Android builds began to fail ...
Nivetha's user avatar
  • 31
0 votes
1 answer
753 views

sign apk using bitbucket pipelines

it's my first time using bitbucket pipelines, I want to build an signed apk, I have the script, it generates the apk already, however, it seems there is something wrong on the signature, I've been ...
V1t0r14n0's user avatar
  • 111
0 votes
2 answers
7k views

Gradle: Could not get unknown property

Already defined the repository variables needed. This is the Gradle wrapper command in the pipeline - step: name: Create Keystores and Google Play API key file script: - ...
Bitwise DEVS's user avatar
  • 3,156
4 votes
1 answer
2k views

Cache images in Bitbucket Pipelines

Bitbucket Pipelines pull the images every time that it start a pipeline. Since I start the tests on Bitbucket Pipelines at every pull requests, caching the images and avoid the long "Pulline ...
Nifhel's user avatar
  • 2,013
12 votes
1 answer
14k views

Bitbucket Container 'Build' exceeded memory limit - When taking android build

I use bitbucket pipeline for build android app but every time i am taking memory limit error. Error message: Container 'Build' exceeded memory limit. Bitbucket yml file: image: java:8 pipelines: ...
denizs's user avatar
  • 722
0 votes
1 answer
375 views

How to implement android espresso tests in the bitbucket pipeline?

I am implementing CI in my android project, but I am not able to put my Android espresso tests to run in the pipeline. Can anybody help me?
MatheusMaxwell's user avatar
1 vote
1 answer
787 views

./gradlew: No such file or directory bitbucket android image

I'm newbie in bitbucket pipeline and I'm following these steps in: https://bitbucket.org/blog/automate-publishing-your-android-application-with-bitbucket-pipelines-and-gradle to deploy using the ...
Prosofsky's user avatar
1 vote
0 answers
182 views

Pipeline deploy to android APK to app store

I currently use bitbucket as my repo for my react native android projects, bitbucket has pipelines which allow me to build an apk. However, I cannot find or figure out how it then automatically deploy ...
BeginnerDBADan's user avatar
0 votes
1 answer
380 views

How can I upload adk into the Bitbucket Downloads using Bitbucket Pipeline?

I am developing an android app and it is managed on the Bitbucket. I tried to use the "Pipeline" feature of the Bitbucket. I found some references for it. My first step is very simple. I just want ...
dev.farmer's user avatar
  • 2,679

15 30 50 per page