CountryCodePicker icon indicating copy to clipboard operation
CountryCodePicker copied to clipboard

Could not find io.michaelrocks:libphonenumber-android:8.12.5.

Open mona-baharlou opened this issue 3 years ago • 4 comments

I get this error

Could not find io.michaelrocks:libphonenumber-android:8.12.5. Required by: project :app > com.github.joielechong:countrycodepicker:2.4.2

how can I solve this?

mona-baharlou avatar Sep 14 '21 11:09 mona-baharlou

hi I had the same problem, what I just did to solve that bug clone the project and go build.gradle file, and change the io.michaelrocks:libphonenumber-android: library version from 8.12.5 to 8.12.44 that was work for me

emamagic avatar Mar 01 '22 05:03 emamagic

hi I had the same problem, what I just did to solve that bug clone the project and go build.gradle file, and change the io.michaelrocks:libphonenumber-android: library version from 8.12.5 to 8.12.44 that was work for me

How to clone and use that can you pls tell the steps

PalankiBharat avatar Mar 16 '22 17:03 PalankiBharat

In order to use this library ensure that you have these 2 dependencies in your build.gradle :

implementation 'io.michaelrocks:libphonenumber-android:8.12.44'
implementation 'com.github.joielechong:countrycodepicker:2.4.2'

oddlyspaced avatar Oct 05 '22 06:10 oddlyspaced

add jcenter() in settings.gradle

OyuClub avatar Aug 08 '23 11:08 OyuClub