Aborted exception error
Hi,
When I'm trying to run the app to check for the service connected I am facing the following issue.
Default interface methods are only supported starting with Android N (--min-api 24): com.mbientlab.metawear.ConfigEditorBase com.mbientlab.metawear.module.AccelerometerMma8452q.configure()
Can anyone help me?
Comments
Got the answer for it as its already been described in the document
https://github.com/mbientlab/MetaWear-SDK-Android
If you are using SDK v3.3 or newer, you will need to enable Java 8 feature support the module's build.gradle file. See this page in the Android Studio user guide.
@charishma, thank you for posting the answer and linking the appropriate thread.