release Questions
4
Solved
i know this is a common problem but the error i am seeing is different here's the error
06-13 15:37:51.081 1690 3926 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent...
Prelatism asked 13/6, 2020 at 12:38
28
Solved
I'd like to publicate my app to GooglePlay but first i would like to do a last testing with the signed apk to ensure that all of the used API keys are working correctly with the release version (GM...
Shackle asked 14/12, 2015 at 11:27
5
I have a repository that has a bunch of folders, but I want to create releases for just one of those folders.
Simpler story, it's for a gaming server, and I just want to create releases for the cl...
Collateral asked 27/8, 2017 at 16:47
12
Solved
I get the following error output while running the Maven release plugin prepare step i.e. mvn release:prepare --batch-mode -DreleaseVersion=1.1.2 -DdevelopmentVersion=1.2.0-SNAPSHOT -Dtag=v1.1.2 -X...
Song asked 3/12, 2013 at 12:20
1
I´m setting up a CI of my maven project in GitLab and I need to sign the jars before publishing them to maven central. (https://gitlab.com/awe-team/ade)
I generate the key pair with gnuPgp and add ...
Copyhold asked 22/12, 2018 at 11:47
6
Solved
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 d...
Vaniavanilla asked 4/9, 2020 at 23:49
1
Solved
zIn .net Maui application I have the following problem: my collection view worked fine in debug mode, but in release mode instead of an image and two labels, the collection view shows only a white ...
Aril asked 9/4, 2023 at 11:49
5
In debug mode, everything looks good. I get answers and data lists from my API. But after creating app-release.apk and installing it on my phone, there isn't an Internet connection any more.
Here i...
Aedes asked 10/4, 2019 at 2:42
5
Solved
By default Android Studio use debug mode when building Flutter application. You can build the release version with the command line, see How to optimize the Flutter App size?
flutter build apk --re...
Limitation asked 23/6, 2018 at 11:48
2
Solved
I have a publicly available Java 8 desktop application complete with MSI installer that I'd like to update to Java 17.
The current user experience goes like this:
User downloads MSI installer and ...
Wolford asked 23/1, 2023 at 14:54
2
Actually I have lost my source code to my app and what I am left with is release apk. I come across some answers of extracting source code from debug apk. But I am afraid that I don't have debug ap...
Foucquet asked 3/3, 2021 at 8:53
12
Solved
I am making an app that processes sensitive credit card data.
If my code is running in debug mode I want to log this data to the console and make some file dumps.
However on the final appstore v...
Misdemeanor asked 30/1, 2012 at 11:26
9
GitHub has a feature on their website that allows you to mark particular snapshots of your repository as release versions of software. Sample URL: https://github.com/github/orchestrator/releases
...
Vestment asked 19/1, 2014 at 8:15
3
Solved
I have added gradle build to Android app, and can launch from Android Studio.
gradlew build produces debug and released (signed, minified with proguard) versions.
buildTypes {
debug {
zipAlignE...
Gratulant asked 13/3, 2015 at 8:21
2
Solved
I'm fairly new to app development and I uploaded a couple of instances of an app to closed testing in Google Play Console. The first reviews from Google went quite fast and was approved, but now it...
Leader asked 27/5, 2021 at 20:16
5
Solved
I am a beginner in java android.
The following error occurs when releasing Java project "Create signed bundle" in Android Studio (When I choose debug they are builded normally):
I searche...
1
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:signReleaseBundle'.
A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeB...
Pellucid asked 14/10, 2022 at 9:20
24
I have published an application on the play store with flutter, now I want to upload a new version of the application. I am trying to change the version code with:
flutter build apk --build-name=1...
Kunlun asked 1/12, 2018 at 12:3
3
Solved
I have a problem how create releases in our public or private repository in GitHub ? How to do it using windows cmd or linux terminal ? Is there any special commands for that?
Levitation asked 30/7, 2016 at 15:59
3
Solved
Scenario
I have 3 releases of this repository in GitHub:
https://github.com/ElektroStudios/ElektroKit/releases
( tags and maybe other required related info could be seen by following the url...
7
Solved
I have create a very simple 'Android Library' module with only one class which builds fine in debug releasing build/output/library-debug.aar
But, when I switch to release, even though it says buil...
Anhydrous asked 31/10, 2016 at 12:25
4
'gradle' 'import' was done.
Then I got a problem. Help.
D:\bg.jou\GanggoContacts\build.gradle
Error:(25, 13)
Failed to resolve: com.android.volley:volley:1.1.0
<a href="openFile:D:/bg.jou/G...
Aphorize asked 7/2, 2018 at 0:58
8
Solved
How do I get my SHA1 Keys for debug and release using android studio on a mac?
(These are required for Google API Keys)
Gifferd asked 21/1, 2016 at 20:11
2
I am currently using node 6.1 in my project.
I want to upgrade it to latest stable version now.
Before doing that I want to know what are the breaking changes introduced in all the versions in betw...
3
Everything works fine in debug mode and release on emulator, but reading values from FlutterSecureStorage fails on a physical device. Other functionalities in application work properly, when I comm...
Taproom asked 19/11, 2020 at 22:24
© 2022 - 2025 — McMap. All rights reserved.