razeware / emitron-Android

Android version of emitron
Apache License 2.0
55 stars 30 forks source link

Update Room to Support M1 Macbooks #340

Closed jumaallan closed 1 year ago

jumaallan commented 2 years ago

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

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

wangerekaharun commented 1 year ago

This issue is already fixed. Going ahead to close this.