It doesn't really work.
It shows unknown error on the splash screen of the game, when it tries to verify the assets.
In on Android 14. The app manifest shows permissions, that are revoked in A14, so I've set them manually and disabled scoped/isolated storage for the app. Didn't help.
It seems the v2 seems to override the base.apk from v1. The fact both apks inciude a base.apk leads to issues with the instalation on Android 13+.
I've extracted the assets (the included archive in the apk) manually from v1 into the /android/data/com.rockstargames.rdr/files folder .
Didn't help as well.
Installing the as split doesn't help, too, because they both use a base.apk.
So, how did anyone of you guys get this to work?