Peacemaker Otoo

Results 6 comments of Peacemaker Otoo

Please, I am building similar project around this bluetoothChat and the remoteDevice cannot read the localMessage. And also the list doesn't get update when i sent message locally. Any help...

I have all the permissions set but still: No BLE devices found.

``` Failed to resolve: com.github.PhilJay:MPAndroidChart:v3.1.0 Show in Project Structure dialog Affected Modules: app ``` possible solution ------------------ ``` repositories { gradlePluginPortal() google() mavenCentral() maven { url 'https://jitpack.io' } } }...

``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } } ``` Good, i got it.

Alright I'll look into that. Thanks.