How to create an Android apk for use on Pixel 7?

I followed the steps outlined here (https://github.com/brave/brave-browser) and built Brave. I used npm run init --target_os=android --target_arch=arm64 and then npm run build Release --target_os=android --target_arch=arm64 --target_android_output_format=apk --target_android_base=mono as the actual build command. I got the BraveMonoarm64.apk and it installs just fine on the Pixel 5a and launches with no issues. But on the Pixel 7 it installs, then crashes on startup with the error message “Your device couldn’t open Brave. To fix the issue, download the lastest Brave update from your app store”.

Is there some other way I should be building so it will work on the Pixel 7 as well as other devices?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.