Open oferRounds opened 5 years ago
After upgrading our app to 64 bit (as Google requiers it for all apps to do by August 1st) we get the following crash, which happens when the scanner is getting opened. Any idea how to solve it?
Specifically, it started to happen after I removed from from /app/build.gradle the following lines:
/app/build.gradle
ndk { abiFilters "armeabi-v7a", "x86" }
@aseemnishad any idea?
After upgrading our app to 64 bit (as Google requiers it for all apps to do by August 1st) we get the following crash, which happens when the scanner is getting opened. Any idea how to solve it?