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

Reproducability issue #2233

Open
keraliss opened this issue Sep 13, 2024 · 2 comments
Open

Reproducability issue #2233

keraliss opened this issue Sep 13, 2024 · 2 comments

Comments

@keraliss
Copy link

hey, keraliss from walletscrutiny here. we came across an issue while trying to build your app. the build was successful, but we were unable to generate apk from the build. you can look into the details here

would really appriciate if you can guide us on how to resolve the issue!

@pwltr
Copy link
Collaborator

pwltr commented Sep 13, 2024

Hi, is this the issue you're referring to?

cp: cannot stat '/Users/runner/work/1/s/android/app/build/outputs/apk/release/app-release.apk': No such file or directory

The build is configured to use multiple APKs based on ABI. So the path should be:

/Users/runner/work/1/s/android/app/build/outputs/apk/release/app-x86-release.apk

(assuming your workflow is running on x86 platform)

@keraliss
Copy link
Author

Yess, was able to make multiple apks, and compared them to the split apks from the play store! updated the review accordingly. but we still found a lot of diffs in our testing!

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

2 participants