YCAppTool icon indicating copy to clipboard operation
YCAppTool copied to clipboard

unable to upload to android studio emulator on MAC

Open flyinghawker opened this issue 5 years ago • 0 comments

Firstly, it indicates like: “Device supports x86, but APK only supports armeabi-v7a” So, according to Stackoverflow question suggested, I comment out

  ndk {  abiFilters "armeabi", "armeabi-v7a" //, "x86", "mips"   }

The app has been uploaded to emulator but crashed.

flyinghawker avatar Aug 14 '19 13:08 flyinghawker