You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On android, we have enabled ProGuard on release builds i.e. in app.json file, in plugin, we have the enableProguardInReleaseBuilds flag true for the expo-build-properties plugin.
So, when running the app in release mode i.e. npx expo run:android --variant release, the app is crashing. On checking the device logs using adb logcat, I get to see this error message E ReactNativeJS: - Make sure the class is not stripped. If you are using ProGuard, add @keepand@DoNotStripannotations toMultipleImagePicker., js engine: hermes".
Please help in resolving this error.
The text was updated successfully, but these errors were encountered:
energosai
changed the title
android - app crashing in build created using ProGuard
Android - app crashing in build created using ProGuard
Jan 10, 2025
We have built the app using expo.
On android, we have enabled ProGuard on release builds i.e. in
app.json
file, in plugin, we have theenableProguardInReleaseBuilds
flagtrue
for theexpo-build-properties
plugin.So, when running the app in release mode i.e.
npx expo run:android --variant release
, the app is crashing. On checking the device logs usingadb logcat
, I get to see this error messageE ReactNativeJS: - Make sure the class is not stripped. If you are using ProGuard, add
@keepand
@DoNotStripannotations to
MultipleImagePicker., js engine: hermes".
Please help in resolving this error.
The text was updated successfully, but these errors were encountered: