cloud-iot-core-androidthings icon indicating copy to clipboard operation
cloud-iot-core-androidthings copied to clipboard

Needed Update to Androidx

Open CICCIOSGAMINO opened this issue 6 years ago • 2 comments

CICCIOSGAMINO avatar Jun 27 '19 15:06 CICCIOSGAMINO

  • 1 Duplicate class exception firing when a project use androidX

mbakgun avatar Apr 05 '20 14:04 mbakgun

Correct the classes to use: import androidx.annotation* Examples import androidx.annotation.IntDef; import androidx.annotation.NonNull; import androidx.annotation.Nullable;

hbono2020 avatar Oct 02 '20 02:10 hbono2020