Facing Issue in migrating i686-linux-android-g++ Arch to x86_64-linux-android-g++ with android-ndk20 in native c++
问题 As per google's new announcement for mobile apps to Support 64 bit architecture to upload or update the App to Google Playstore, I started working on it by changing the native c++ SDK to support x86_64 bit architecture. I am getting an errors when using the 64bit compiler. I am getting an ambiguous error when calling this code NeedWriteJson(int64_t int64Val) and apart from this i am getting another error with respect to the same scenario which i have mentioned below(Error 2) I am using this