Farhad Zamani

Results 1 issues of Farhad Zamani

I already copied the code below to Gradle `dependencies { implementation 'com.github.pwittchen:neurosky-android-sdk:0.0.2' }` and imported `com.github.pwittchen.neurosky.library.NeuroSky;` in my project then I tried to use `neuroSky.isConnected()` method but I got "Cannot...

question