Questions tagged [release]

Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].

3345 questions
64
votes
2 answers

What exactly is a Release in GitHub?

What is it exactly? For what is it used? How widespread is the usage? How is it usually used?
Ernst Robert
  • 2,037
  • 4
  • 25
  • 50
64
votes
6 answers

How to switch between debug and release in Visual C# 2010 Express?

How do I switch between debug and release in Visual C# 2010 Express? I have looked in the project properties, but it seems to be missing. What am I missing?
Thiago Padilha
  • 4,590
  • 5
  • 44
  • 69
61
votes
6 answers

Android version release warning message: This App Bundle contains Java/Kotlin code, which might be obfuscated

I got this warning message: This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and debug what does it mean? what is the shortest…
ar36el
  • 946
  • 1
  • 9
  • 14
61
votes
5 answers

how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3rd party module 'bar-1.0-SNAPSHOT' which is not released yet. I use the option 'allowTimestampedSnapshots' in my project's…
Christian
  • 683
  • 1
  • 5
  • 6
58
votes
8 answers

SHA1 Key for DEBUG & RELEASE ANDROID STUDIO MAC , How to generate SHA1 Release Keys in Mac?

How do I get my SHA1 Keys for debug and release using android studio on a mac? (These are required for Google API Keys)
andyc101
  • 2,203
  • 2
  • 15
  • 8
57
votes
5 answers

Flutter app show grey screen in release mode but works fine in debug mode Instance of 'DiagnosticsProperty'

I notice that the app works fine in debug mode but when I try the apk on my phone the app shows a grey screen after the loading screen. when i used https and i adding all permission. Httpclient not works in release mode (I/flutter (22182): Another…
Ahmed
  • 571
  • 1
  • 4
  • 4
57
votes
8 answers

Disable LogCat Output COMPLETELY in release Android app?

Shutting off my own app's LogCat output before releasing an app to the market is straightforward. I also know how to selectively filter LogCat message by tag and/or id for my own debug convenience. But now I am interested in something that may be…
Android Eve
  • 14,864
  • 26
  • 71
  • 96
56
votes
3 answers

define ant property from environment with default value

I would like my build script to act properly for release and development environments. For this I would like to define a property in ant, call it (e.g.) fileTargetName fileTargetName will get it's value from the environment variable RELEASE_VER if…
Maxim Veksler
  • 29,272
  • 38
  • 131
  • 151
56
votes
4 answers

Rejecting an app that is Pending Developer Release

I have an update to my app that has been reviewed and is Pending Developer Release. I have found a bug in this version and would actually like to reject this binary and keep my existing binary. Once I fix the bug, I would like to re-upload a new…
Paul
  • 581
  • 1
  • 5
  • 4
54
votes
5 answers

How to Create the Upload File for Application Loader?

When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded. If I understand correctly, it supposes to be the appName.app file I see under "Products" on my app bundle (I right click it and select "Show…
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84
53
votes
2 answers

Why is python 3.6.1. not available in pyenv?

According to python.org, Python 3.6.1 was released at the end of March. But: » pyenv install -l | grep 3\.6\. 3.6.0a1 3.6.0a3 3.6-dev Why is Python 3.6.1 not yet available in pyenv? Where can I find documentation about the releases that…
blueFast
  • 41,341
  • 63
  • 198
  • 344
52
votes
4 answers

Difference between debug and release apks

I am new to android as well as android studio. From my experience in visual studio, when we test the .exe in another machine we copy the release folder and .exe. But in android studio I am seeing my colleagues test the debug apk by copying and…
UB_Roy
  • 651
  • 1
  • 6
  • 12
52
votes
4 answers

How do I make a releases, builds, and/or snapshots with BitBucket?

I would like to be able to make releases and builds for my game. I know GitHub has releases, but I am using BitBucket instead. Does anyone know how to make releases with BitBucket as like a checkpoint so I can just have the files documented for…
Meeesh
  • 992
  • 1
  • 8
  • 15
52
votes
4 answers

Fabric release Xcode 6.3 codesign xcode-select

I'm trying to upload a release to Fabric & I'm getting errors as follows. I'm using the Xcode 6.3 (recently updated). Xcode: 6.3 Fabric: 1.1.3 OSX: 10.10.3 What should I do to resolve above error & continue uploading the release via fabric…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
48
votes
3 answers

Does Java have 'Debug' and 'Release' build mode like C#?

In C#, we have 2 modes to build projects : Debug and Release, I wonder if Java has the same thing. I am using IntelliJ IDEA as Java IDE and so far I haven't seen anywhere to configure a build mode like in VS IDE.
JatSing
  • 4,857
  • 16
  • 55
  • 65