Questions tagged [release-builds]

77 questions
0
votes
0 answers

com.android.log4j version 1(1.2.17) - (didn't want to upgrade it) is not supporting with latest gradlew version : 7.0.2

It is working with the Debug mode and Signed Debug APK also, but when I create the Signed Release APK, the build was successful but it crashes when I open it. Here is the error and warning after installing and opening the Signed released APK…
0
votes
0 answers

Error: The apk for your currently selected variant cannot be signed. Please specify a signing configuration for this variant (release)

after swith to the latest version of android studio i afce the follwing error> Error: The apk for your currently selected variant cannot be signed. Please specify a signing configuration for this variant (release). the langauge is JAVA + Kotlin and…
0
votes
0 answers

Expected field or method name at aapt_rules.txt

While creating release build, I am geting following error : Expected field or method name at /app/build/intermediates/aapt_proguard_file/release/aapt_rules.txt:289:33 -keepclassmembers class * { *** @{listener::onClick}(android.view.View); } I think…
Deepak Rattan
  • 1,279
  • 7
  • 21
  • 47
0
votes
0 answers

Using new (Qt 6.4) QT_ANDROID_SIGN_APK variable

Did someone tried to use those CMake variables…
morte
  • 325
  • 1
  • 10
0
votes
0 answers

java.lang.NullPointerException: println needs a message after applying proguard and minify enable true

Works fine in debug mode. But after minify enable true and setting proguard the app crashes with following stacktrace. java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method) at…
Bilal Bangash
  • 207
  • 2
  • 8
0
votes
1 answer

images folder is not included in the release build

This may be another simple question. I did my research and I couldn't find a way to resolve the issue. I have .net 6 web api project. the project folder does not have a wwwroot folder. I placed images folder within the project root. i.e.…
ecasper
  • 489
  • 1
  • 10
  • 30
0
votes
1 answer

Android release build crash - Doesn't find the shared module from yarn workspaces monorepo

I am using monorepo created using Yarn Workspaces which has a react-native project (mobile folder) and a common folder which contains the common files to be shared across projects. Here the mobile project is dependent on common files. The Android…
Joshua
  • 1,167
  • 1
  • 14
  • 32
0
votes
1 answer

React Native Monorepo project doesn't work on release build

I am experimenting Monorepo using yarn workspaces method containing a sample react-native project which is configured and it works fine in debug build. When I created a release build and run the app, it crashes as soon as it opens. I have provided…
Joshua
  • 1,167
  • 1
  • 14
  • 32
0
votes
1 answer

Cannot connect to internet in release build apk

I've created an Android application. I tested it in debug mode and works completely fine. But when I tried to release build the apk, it's not connecting to the internet at all. I used Google sign in and firebase. AndroidManifest.xml …
Rafi
  • 39
  • 5
0
votes
1 answer

Does enabling coredump make my software debug build?

Query This question is mainly oriented to Linux distributions. Usually there are Debug and Release builds. Will my Release build become debug build if I enable coredumps. Reason for the query. We are having a very weird hard to reproducible issue…
ram
  • 23
  • 5
0
votes
0 answers

Error log contains source code path in Release Candidates

I'm using nlog as the log provider in my windows service. I'm publishing the application using Visual Studio 2019 with following settings. here, nlog configurations
Aruna
  • 1,962
  • 4
  • 25
  • 50
0
votes
1 answer

Compiler "Optimizes" Out Object Initialization Function

I have an object that I need to populate before using called pipelineInfo. To populate the object I use a function called createPipelineInfo. This works perfectly well when I use visual studios to compile a debug build but when I try to compile a…
0
votes
1 answer

Visual Studio 2019 step over (F10) working as Continue (F5) while debugging release build in Docker Linux container

While creating an ASP.NET 5.0 project which is being deployed into an Alpine Linux container (with corresponding pdb files generated), I've noticed that I can't use step over or step into when my breakpoint is hit. VS is able to attach to the…
Luis Abreu
  • 4,008
  • 9
  • 34
  • 63
0
votes
1 answer

android studio, how to make signed apk for release build (gradle using KTS build files)

Would like to run the release build (it is app with multiple lib modules), but it is asking for sign it. was working by adding the code in the gradle file as: android { signingConfigs { config { keyAlias 'key0' …
lannyf
  • 9,865
  • 12
  • 70
  • 152
0
votes
1 answer

Android Google Maps is blank in Signed APK

I have a Google Maps API Key and it is in both my debug and release google_maps_api.xml files. The app and map within it work when debugging on a simulator or device. However, when I Generate a signed APK and install it onto a real device, the map…
pnizzle
  • 6,243
  • 4
  • 52
  • 81