Questions tagged [release-builds]
77 questions
0
votes
1 answer
aws sdk c++ code don't work on release build
I have a .dll c++ project created in visual studio 2017. And I have code in it that uses aws sdk to get files from s3 bucket.
I built this dll project on Debug mode mode and uses it on my main application (c++ also). And it worked.
Now i did make a…

noyruto88
- 767
- 2
- 18
- 40
0
votes
0 answers
Please let me know how to update release apk without running the below command in react-native android
I have tried some changes in android/app/build.gradle file
android/app/build.gradle
file project.ext.react = [ bundleAssetName: "index.android.bundle",
entryFile: "index.js",
bundleInDebug: true,
bundleInRelease: true,
root: "../../", ]
apply…

Simar Rajput
- 11
- 3
0
votes
0 answers
Exception while run release build 'Exception while processing task java.io.IOException:' how to solve this?
am using google cloud speech to text api, if i get release build throw exception Exception while processing task java.io.IOException: like this.
Exception
Warning: Exception while processing task java.io.IOException: Can't write…

Mathan Chinna
- 587
- 6
- 22
0
votes
1 answer
Custom ReleaseTree is not showing the logs using Timber
I am using custom ReleaseTree for my application using Timber to filter the logs. But when building the release apk application logs are not showing in logcat. When using Timber.DebugTree() in release build logs are showing properly.
Here is my…

0xAliHn
- 18,390
- 23
- 91
- 111
0
votes
1 answer
UWP release build fails
I have just upgraded my Windows app to UWP with a .net standard 2.0 library. The app is finished and now I am trying to create a release build but the build takes forever and eventually crashes with 138 errors conaining the error below and many more…

Niels
- 1,366
- 15
- 21
0
votes
1 answer
Android Studio 3.0 Beta 2 generate Release build Execution failed for task ':app:processReleaseResource'
I won't able to generate release build in android studio 3.0 Beta 2,
Execution failed with below error
Error:Execution failed for task ':app:processReleaseResources'.
java.io.IOException: Internal error: Symbol file with package cannot be empty.

nilesh
- 519
- 4
- 17
0
votes
0 answers
Failed to create menu bar in release build only
I have been converting a large application to MFC feature pack over the last month using Visual Studio 2015. I was finished with development and debugging and ready to create a release build. To my horror, the release build had a severe run-time…

Bob H
- 135
- 8
0
votes
2 answers
TRACE Macro Not Compiled Out Properly in Release Build - C++
When I do a Release build of my Visual Studio 2008 solution I get a bunch of errors like this:
error C2059: syntax error : ','
This is how I typically use TRACE:
TRACE(_T("My error message.\r\n\tError: %d\r\n\tFile: %s\r\n\tLine: %d\r\n"),…

Jim Fell
- 13,750
- 36
- 127
- 202
0
votes
1 answer
Unexpected Cast to ShareButton [WrongViewCast] Error on Release Build Android Studio
I have Facebook Share button in one of my Activities of Android App built in Android Studio. On Build Type Debug, it works perfectly fine. But when changed to Release, Build Fails with the following error.
Error:(190) Error: Unexpected cast to…

Mohammed Akhtar Zuberi
- 663
- 8
- 25
0
votes
0 answers
Release build crashing on Fast, Whole Module Optimization settings
I have an app which contains both swift and Objective C code and it crashes at a specific point only on release build mode if I set the optimization level to Fast, Whole Module Optimization and on log it gives me error and there are no other…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
1 answer
Errors occurred during the release build in Eclipse IDE?
Errors occurred during the release build in Eclipse IDE?
Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'VuforiaSamples'.
Launch configuration type id…

kgsharathkumar
- 1,369
- 1
- 19
- 36
0
votes
2 answers
Flex Release build not including all files and folders in the exported release
I'm trying to export a release build of a project that includes folders for assets, VO, controllers, models, and view. When I export a release build, the release build is not including all the files and folders that are in the project root in flex…

Alex
- 443
- 3
- 18
0
votes
1 answer
Android Proguard: Release build Force Close
I generated release build by enabling minifyEnabled property and when I try to run the release build, it force closes with following log.
Please help me to debug it
java.lang.NullPointerException
at…

Harsh
- 644
- 3
- 14
- 27
0
votes
1 answer
Azure packaging failed - Missing assemblies - Root: Solution fails to build in release
I just ported my MVC application to Azure, added it as a web role, but cannot package the Azure project.
It complains about missing assemblies from a workflow project in my solution located in a Solution Folder:
Application (Solution)
|…

parliament
- 21,544
- 38
- 148
- 238
0
votes
1 answer
Flex doesn't export resources to release build
I'm trying to set image source conditionaly using the following line:
source="{data.muted ? '/assets/audioMuted.gif' : '/assets/audio.gif'}"
Apps run fine when run from Flex builder, but when I try to export release build from Flex builder, those…

Marko
- 30,263
- 18
- 74
- 108