-
Notifications
You must be signed in to change notification settings - Fork 150
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 crashes in release but works fine in debug mode. #48
Comments
I'm facing same issue |
I followed #42 , it worked. Thank you @Sharath12345678 |
Closing this issue due to the time elapsed. Please feel free to either re-open the issue or create a |
I am facing the same issue even the propguard rules added |
@arshadm25 it worked for me. |
thanks for your reply i will check that once and let you know
…On Tue, 24 Mar 2020 at 09:07, sharath12345678 ***@***.***> wrote:
@arshadm25 <https://github.com/arshadm25>
Try this,
minifyEnabled false
it worked for me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVJTL34ACOZTZFIL4WFTPLRJATJJANCNFSM4KOYRHQA>
.
--
*Muhammed Arshad M*
9544933392 | [email protected]
Skype: arshadm25 <#SignatureSanitizer_SafeHtmlFilter_>
Muthangayil House, Mulliyakurssi,Pattikkad P.O,Malappuram,Kerala - 679325
<http://www.facebook.com/muhdarshadm>
<http://www.linkedin.com/in/muhammed-arshad-m-5ab7a5b7/>
<http://twitter.com/muhammedarshadm>
Create your own email signature
<https://www.wisestamp.com/signature-in-email?utm_source=promotion&utm_medium=signature&utm_campaign=create_your_own>
|
thanks bro it worked for me |
This worked for me too. After so many days of struggle. Thank you so much. |
Thank you so much! It worked for me. |
It is strange for me |
not working. why these issue closed ? |
after gradlew clean and increasing minsdk to android 5 worked, it worked. |
I am getting this No signature of method: build_amwhym3pk76xdwrm3lwmfm5m.android() is applicable for argument types: (build_amwhym3pk76xdwrm3lwmfm5m$_run_closure2) values: [build_amwhym3pk76xdwrm3lwmfm5m$_run_closure2@47532e3] on follow above steps |
This problem with solution is mentioned already in issue #42
However the solution didn't work for me.
App works fine (even without proguard rules) with
flutter run --release
but once we build apk & run the app, it didn't workhere is build gradle
Here is the Proguard rules
I even tried by removing proguard rules, read & tried all the razorpay official documents, but still the app crashes.
Any workaround is highly appreciated.
The text was updated successfully, but these errors were encountered: