...
To get Samsung Health to cooperate, you would first need to provide your ownsamsung-health-data-1.5.0.aar
file and update the path to it at the bottom of./build.gradle
before trying to do any build in Android Studio. You can use your Samsung Developer credentials to download the SDK package on this page.
If you don’t have your own samsung-health-data-1.5.0.aar
, then I suggest using the mini apps included in the Example Apps folder to isolate the element of the SDK you are wanting to test with the sample code.
...