Reproducability issue
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!
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)
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!