yangchong211 / YCAppTool

🔥🔥🔥 组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!
3.19k stars 751 forks source link

unable to upload to android studio emulator on MAC #29

Open flyinghawker opened 5 years ago

flyinghawker commented 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

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

The app has been uploaded to emulator but crashed.