Skip to main content
0 votes
0 answers
41 views

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: ...
Aakif Khan's user avatar
0 votes
0 answers
167 views

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/...
Shashank Jain's user avatar
1 vote
1 answer
71 views

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 '[...
Golam Sarwar Shakil's user avatar
1 vote
0 answers
83 views

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 ...
rafik's user avatar
  • 67
0 votes
1 answer
918 views

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....
Laxmikant Mahamuni's user avatar
0 votes
0 answers
396 views

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 ...
Sach K's user avatar
  • 793
0 votes
1 answer
113 views

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 ...
Code Hunter's user avatar
  • 11.6k
1 vote
0 answers
112 views

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 ...
Deepanshu Bajaj's user avatar
2 votes
0 answers
268 views

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 * { *** @{...
Deepak Rattan's user avatar
3 votes
2 answers
275 views

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 ...
morte's user avatar
  • 370
2 votes
1 answer
97 views

Apk Analyzer package.json includes "rnpm": { "assets": [ "./assets/fonts" ] } "react-native-vector-icons": "9.2.0",
Vishal Kushwaha's user avatar
0 votes
1 answer
1k views

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 ...
ecasper's user avatar
  • 509
0 votes
1 answer
334 views

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 ...
Joshua's user avatar
  • 1,463
1 vote
1 answer
4k views

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 ...
Joshua's user avatar
  • 1,463
0 votes
1 answer
772 views

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, ...
Joshua's user avatar
  • 1,463

15 30 50 per page
1
2 3 4 5 6