Duplicate jar (ListenableFuture.class) while migrating to New Place SDK google

后端 未结 4 1707
猫巷女王i
猫巷女王i 2021-02-05 23:05

I am trying to migrate my Autocomplete widget Places SDK Google to the new one using this migration guide. But once I try to generate my release or debug apk start getting the e

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-05 23:39

    The solution didn't work for me, but after I updated to 2.0.0 things get fixed, version 1.0.0 was giving the error, so use:

    implementation 'com.google.android.libraries.places:places:2.0.0'
    

提交回复
热议问题