On Android Studio if i make a build the apk is generated under
F:\Workspace\AndroidStudio\<XXXX>\app\release\outputs\apk\debug\AppName-1.6-debug.apk
But when I make build on pipeline it says build successful but the apk is not getting generated. At the location \release\outputs\apk\debug
And android has a very less documentation for pipeline.
Hi @Akshay V Urs,
Bitbucket Pipelines is running the script you configured step by step inside of a Docker container that you specified in your bitbucket-pipelines.yml file. You can debug your build script locally by running the same Docker container in a way Pipelines does that. Here's a document describing the procedure.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.