emitron-Android icon indicating copy to clipboard operation
emitron-Android copied to clipboard

Update Room to Support M1 Macbooks

Open jumaallan opened this issue 2 years ago • 0 comments

The project does not compile on an M1 Mac, since the Room version used is old and doesn't have native sqlite library needed

Steps to reproduce

  • Clone the repo on an M1 Mac
  • Run the app on an emulator or a physical device

Expected behavior

I expect the app to be installed on my device or the emulator

Actual behavior

Android Studio throws this error

Caused by: java.lang.Exception: No native library is found for os.name=Mac and os.arch=aarch64. path=/org/sqlite/native/Mac/aarch64

Environment

  • Android Version: Any version
  • raywenderlich.com App Version: Latest development branch
  • Device: Any device

jumaallan avatar May 18 '22 08:05 jumaallan