-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
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 Regards, |
Hi, I solved the cradle dependencies issue! But I have one question, is the code able to extract the Eeg data? If yes, where it will be stored and if no, is there any other code to extract it?
Thank you.
Regards,
Yap Jia Suan
… On 8 Jan 2021, at 6:01 PM, Piotr Wittchen ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVBV5VXSKZOMS7MD53DSY3JXDANCNFSM4VZ7YEDQ>.
|
Data is not stored anywhere. It's a library with sample application, you can implement it as you want. You can extract |
Hi, I am facing an error where all the java class in the library folder get an error of class “BluetoothConnectingOrConnectedException” is never used. But, the package written is correct for all the java class in exception, listener, enums and validation folder.
Regards,
Yap Jia Suan
… On 11 Jan 2021, at 5:54 PM, Piotr Wittchen ***@***.***> wrote:
Closed #102 <#102>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVB5H4TFS6XTBXKDYULSZLDGPANCNFSM4VZ7YEDQ>.
|
This class is part of the library code. |
Hmm, I tried but still couldn’t work. I also tried to run the app-java, the android studio showed me an error “Gradle sync failed plugin with id ‘findbugs’ not found”. I tried to add spot bugs into the build.gradle but it still couldn’t work. May I know how should I solve this?
Thank you.
… On 13 Jan 2021, at 5:50 PM, Piotr Wittchen ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVGYFSC2WETHSL22NNTSZVUFBANCNFSM4VZ7YEDQ>.
|
It's strange. I'll have a look on that. |
Alright, hope to hear from you soon!
Thank you!
Regards,
Yap Jia Suan
… On 14 Jan 2021, at 5:59 PM, Piotr Wittchen ***@***.***> wrote:
It's strange. I'll have a look on that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVF2EBRE5B2JIGH6H2TSZ257HANCNFSM4VZ7YEDQ>.
|
Hi,
If I have an error:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not resolve project :library.
Required by:
project :app
No matching configuration of project :library was found. The consumer was configured to find an API of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' but:
- None of the consumable configurations have attributes.
May I know how to solve this? I have actually put the library into my android studio
Regards,
Yap Jia Suan
… On 14 Jan 2021, at 5:59 PM, Piotr Wittchen ***@***.***> wrote:
It's strange. I'll have a look on that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVF2EBRE5B2JIGH6H2TSZ257HANCNFSM4VZ7YEDQ>.
|
Once you imported the whole project (library and app), it should work. |
Hi, I would want to ask will the app-java store eeg data?
Thank You
Regards,
Jia Suan
… On 18 Jan 2021, at 5:57 PM, Piotr Wittchen ***@***.***> wrote:
Once you imported the whole project (library and app), it should work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#102 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASK4SVBVQUWCMGDITGCKOXDS2QAY3ANCNFSM4VZ7YEDQ>.
|
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. |
Hi, I am facing issue in canont resolve symbol for "butterknife" and "library". May I know how to solve this?
The text was updated successfully, but these errors were encountered: