anyone using Android Studio?
Since I started off with Android Studio to learn app development, I'm sticking with it.
I imported the API as a non Android Studio project and used Refactor > Rename because the sample-app looks for MetaWearAPI. Anything else I would need to do? It built fine (far as I know, I'm a newbie). Does something need to be done to convert this project into a "library"?
When I try building the Sample App, I get a tonne of errors like
Error:(35, 53) error: package com.mbientlab.metawear.api.MetaWearController does not exist
Error:(36, 34) error: package com.mbientlab.metawear.api does not exist
Error:(37, 45) error: package com.mbientlab.metawear.api.controller does not exist
Error:(38, 50) error: package com.mbientlab.metawear.api.controller.GPIO does not exist
Which seem to arise from the import lines in the java files.
Again, I'm a newbie with java and app design, so any help will be super.
Thanks!
This discussion has been closed.
Comments
How did you do it?
Thanks,