Sara Faria
Results
2
comments of
Sara Faria
> Hi @scmfaria Does this support 64 bit? > > #130 Hi @AdityaAnand1 I did tests on several devices and it worked normally for me :)
Hi @pratik-tech4 Please, check if you add in `build.gradle` module `app` this code: ``` defaultConfig { ... ndk { abiFilters "armeabi-v7a", "x86" } } ``` And in `AndroidManifest`, add this...