80 questions
0
votes
0
answers
41
views
React Native Expo: API works in debug build but only one API works in release APK
Description
I’m working on a React Native Expo application that uses two internal APIs (developed by our own AI team) for image background removal.
Expected Behavior
The app provides two options:
...
0
votes
0
answers
167
views
Flutter 3.35 Android Release Build Crash – java.lang.NullPointerException: Attempt to invoke virtual method 'void Z2.j.D(...)' on a null object ref
I recently upgraded my Flutter SDK from 3.32.7 → 3.35.0.
Since then, my app works fine in debug mode, but crashes on launch in release mode with the following stacktrace:
FATAL EXCEPTION: main
E/...
1
vote
1
answer
71
views
Flutter Firebase in release build - core/no-app] No Firebase App '[DEFAULT]' has been created [duplicate]
I am getting this error only when build release appbundle or apk. It works fine in runtime build.
flutter run --release --flavor prod --verbose
Unhandled Exception: [core/no-app] No Firebase App '[...
1
vote
0
answers
83
views
React Native - TypeError: Cannot read property 'languages' of null after update on Android
I'm encountering an error after updating my React Native project. The app works on my Android device when I run yarn android, but I get an error message in the debug APK and a crash in the release APK ...
0
votes
1
answer
918
views
com.android.ide.common.signing.KeytoolException: Failed to read key key0 from store toDerInputStream rejects tag type -90
Getting below error while signing the release apk with correct keystore passwords.
com.android.ide.common.signing.KeytoolException: Failed to read key key0 from store "D:\Path_TO_keystore\file....
0
votes
0
answers
396
views
.NET Maui release build crashes but debug build is fine
I have an app (LightWork) that I want to publish on the Apple App Store. The debug build runs and works fine, however, on submission the release build crashes on start up. Here is the symbolicated ...
0
votes
1
answer
113
views
Build release APK failed with some material theme error
My application working well and when I try to generate build release apk it throws me error:
../../.pub-cache/hosted/pub.dev/helpers-1.2.0/lib/helpers/misc.dart:127:7: Error: No named parameter with ...
1
vote
0
answers
112
views
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 ...
2
votes
0
answers
268
views
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 * { *** @{...
3
votes
2
answers
275
views
Using new (Qt 6.4) QT_ANDROID_SIGN_APK variable
Did someone tried to use those CMake variables https://doc-snapshots.qt.io/qt6-dev/cmake-variable-qt-android-sign-apk.html?
QT_ANDROID_SIGN_APK
QT_ANDROID_KEYSTORE_PATH
QT_ANDROID_KEYSTORE_ALIAS
...
2
votes
1
answer
97
views
How to eliminate fonts which are not used to reduce release build
Apk Analyzer
package.json includes
"rnpm": {
"assets": [
"./assets/fonts"
]
}
"react-native-vector-icons": "9.2.0",
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
334
views
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 ...
1
vote
1
answer
4k
views
Android release build crashes using react-native (0.68.2) in yarn workspaces monorepo
I am using monorepo created using Yarn Workspaces with Typescript which has a react-native (0.68.2) project (mobile folder) and a common folder which contains the common files to be shared across ...
0
votes
1
answer
772
views
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, ...