When I try to download Android SDK Platform-Tools (with ADB) from the official site (https://developer.android.com/studio/releases/platform-tools) it is required to accept the license that states (among others):
3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
And to maybe add some context:
3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
The statement "solely to develop applications for compatible implementations of Android" makes me wonder if it's acceptable for me to use ADB just to do something on my phone (installing an application, doing a backup or maybe even using Scrcpy) which is not really connected to creation of some new app.
How should I understand this paragraph? Or maybe it's not really about ADB (or other tools), but SDK itself (which I not really or not necessarily use while using ADB)?
I tried finding a way to directly contact Google about it, but they suggested using Stack Overflow (https://developers.google.com/sites/support). I decided to post this question on Android Enthusiasts first, as I think it may be considered off-topic there and later RockPaperLz- Mask it or Casket suggested me to post it here too.