cloud-iot-core-androidthings
cloud-iot-core-androidthings copied to clipboard
Needed Update to Androidx
- 1 Duplicate class exception firing when a project use androidX
Correct the classes to use: import androidx.annotation* Examples import androidx.annotation.IntDef; import androidx.annotation.NonNull; import androidx.annotation.Nullable;