Skip to content
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

stuck in splash screen(white page) in android release build #22

Closed
krishnaaro opened this issue Feb 22, 2021 · 1 comment
Closed

stuck in splash screen(white page) in android release build #22

krishnaaro opened this issue Feb 22, 2021 · 1 comment

Comments

@krishnaaro
Copy link

krishnaaro commented Feb 22, 2021

added proguard-rules.pro file, updated In app/build.gradle too.
yfi in proguard file i was shown "Unresolved class name" for <com.shockwave.**>

Please let me know if i'm missing something

@krishnaaro
Copy link
Author

krishnaaro commented Feb 22, 2021

buildTypes { release { signingConfig signingConfigs.release shrinkResources false minifyEnabled false useProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } }
this helped me.

@krishnaaro krishnaaro changed the title stuck in white screen in android release mode stuck in splash screen(white page) in android release mode Feb 22, 2021
@krishnaaro krishnaaro changed the title stuck in splash screen(white page) in android release mode stuck in splash screen(white page) in android release build Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant