Open flyinghawker opened 5 years ago
Firstly, it indicates like: “Device supports x86, but APK only supports armeabi-v7a” So, according to Stackoverflow question suggested, I comment out
“Device supports x86, but APK only supports armeabi-v7a”
ndk { abiFilters "armeabi", "armeabi-v7a" //, "x86", "mips" }
The app has been uploaded to emulator but crashed.
Firstly, it indicates like:
“Device supports x86, but APK only supports armeabi-v7a”
So, according to Stackoverflow question suggested, I comment outThe app has been uploaded to emulator but crashed.