-
Notifications
You must be signed in to change notification settings - Fork 387
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
flutter_scure_storage does not work with android studio lady bug #806
Comments
I am facing the same issue. Are there any solutions yet? I don't want to downgrade to Koala because I’ve already made many changes. |
I haven't found any. So I took the path of least resistance and downgraded to koala, which targets jdk(java) version 17. That fixed it for me. I spent a day trying other hacks but nothing worked. |
We have the same issue, although the project builds correctly in Android Studio itself (after running all of the suggested upgrade steps), it does not work from IntelliJ. The errors we are getting are:
We have tried adding these classes to proguard-rules.pro as suggested by the compiler, but this did not fix the error. Commenting this package out of our code allows it to build. |
@ssarhangi ssarhangi I had same issue on Koala. When I wrote proguard rules like below issue mentioned, the errors are fixed. |
@SugiKent Thanks, I will try that. |
When I upgraded my android studio to lady bug from koala, flutter_secure_storage would bomb the android emulator and project would not compile and run on android. I had to uninstall ladybug and go back to koala
The text was updated successfully, but these errors were encountered: