Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Butterknife error #102

Open
Jiasuann opened this issue Jan 8, 2021 · 12 comments
Open

Importing Butterknife error #102

Jiasuann opened this issue Jan 8, 2021 · 12 comments
Labels

Comments

@Jiasuann
Copy link

Jiasuann commented Jan 8, 2021

Hi, I am facing issue in canont resolve symbol for "butterknife" and "library". May I know how to solve this?

@pwittchen
Copy link
Owner

Hi,

What are you trying to do? According to your message, I can guess you are trying to import whole project. Try to rebuild it with from command line with ./gradlew clean build command. You can also try to refresh gradle dependencies in Android Studio.

Regards,
Piotr

@Jiasuann
Copy link
Author

Jiasuann commented Jan 11, 2021 via email

@pwittchen
Copy link
Owner

pwittchen commented Jan 11, 2021

Data is not stored anywhere. It's a library with sample application, you can implement it as you want. You can extract Signal object which contains e.g. attention and meditiation states or Set<BrainWave> for raw brainwave data. Check documentation in the README.md, source code and sample app.

@Jiasuann
Copy link
Author

Jiasuann commented Jan 13, 2021 via email

@pwittchen pwittchen reopened this Jan 13, 2021
@pwittchen
Copy link
Owner

This class is part of the library code.
Try to rebuild project from command line via ./gradlew clean build and refresh gradle dependencies in Android Studio.

@Jiasuann
Copy link
Author

Jiasuann commented Jan 14, 2021 via email

@pwittchen
Copy link
Owner

It's strange. I'll have a look on that.

@Jiasuann
Copy link
Author

Jiasuann commented Jan 14, 2021 via email

@Jiasuann
Copy link
Author

Jiasuann commented Jan 18, 2021 via email

@pwittchen
Copy link
Owner

Once you imported the whole project (library and app), it should work.

@Jiasuann
Copy link
Author

Jiasuann commented Jan 23, 2021 via email

@pwittchen
Copy link
Owner

It won't store the data. It's the sample app for showing how to use library, gather and display the data. You can include library in your project as a dependency and implement storing data for yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants