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

Error: Program type already present: androidx.core.app.NavUtils

Open CICCIOSGAMINO opened this issue 6 years ago • 0 comments

I can't use the cloud-iot-core-androidthings with the firebase packages, the error i get is :

Error: Program type already present: androidx.core.app.NavUtils

I'm try to use the package with the firebase packages :

/** Firebase Stuff */ implementation 'com.google.firebase:firebase-core:16.0.6' implementation 'com.google.firebase:firebase-auth:16.1.0' implementation 'com.google.firebase:firebase-database:16.0.5'

CICCIOSGAMINO avatar Jan 25 '19 16:01 CICCIOSGAMINO