bitkit icon indicating copy to clipboard operation
bitkit copied to clipboard

Reproducability issue

Open keraliss opened this issue 1 year ago • 2 comments

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!

keraliss avatar Sep 13 '24 08:09 keraliss

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)

pwltr avatar Sep 13 '24 10:09 pwltr

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!

keraliss avatar Sep 29 '24 14:09 keraliss