opensensorhub/osh-android

App crashes when compiled against latest osh-core

alexrobin opened this issue · 1 comments

App crashes when compiled against latest osh-core

The crash occurs when cloning config classes. We fixed this for now by overriding the clone method so we avoid using the cloning library (the cloning functionality is not really needed in Android).