You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: java.lang.NoSuchFieldError
No static field country_flag of type I in class Lcom/mukesh/countrypicker/R$id; or its superclasses (declaration of 'com.mukesh.countrypicker.R$id' appears in /data/app/~~LBxrtR-zJZNjlGwTOmALag==/com.xyz-q5WhD_2SqWYbQIjrO3uc2g==/base.apk)
com.mukesh.countrypicker.CountriesAdapter$ViewHolder.<init> (CountriesAdapter.java:75)
com.mukesh.countrypicker.CountriesAdapter.onCreateViewHolder (CountriesAdapter.java:43)
com.mukesh.countrypicker.CountriesAdapter.onCreateViewHolder (CountriesAdapter.java:18)
androidx.recyclerview.widget.RecyclerView$Adapter.createViewHolder (RecyclerView.java:7078)
I had used the below version of the library. implementation 'com.github.mukeshsolanki:country-picker-android:2.0.4'
Here is my applied code.
// Global variable
private CountryPicker countryPicker;
// On Image Click where app crashes.
countryPicker.showBottomSheet(activity);
The text was updated successfully, but these errors were encountered:
haps87
changed the title
App Crashes when try to use either showDialog() or showBotoomSheet() methods.
App Crashes when try to use either showDialog() or showBottomSheet() methods.
Apr 14, 2022
I had used the below version of the library.
implementation 'com.github.mukeshsolanki:country-picker-android:2.0.4'
Here is my applied code.
The text was updated successfully, but these errors were encountered: