-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crashing on Release Build [Android] #58
Comments
Can you add the complete crash stack trace? |
please find the complete crashlog below
|
Crashes for me as well on Android, but only when running in dev mode using |
app is working fine when dexguard is disabled is there any pro guard rules that needs to be added |
Maybe add this to your -keep class com.mrousavy.camera.** { *; } |
i added this alongside with complete tflite package but it's not working and also i am not using VisionCamera with this |
Issue
When building the app in release mode the app crashes on start but works on debug build.
Findings
I am able to build the app in release mode when I disable dex guard. I have tried to remove the package from pro guard but nothing is working
The text was updated successfully, but these errors were encountered: