i m trying to add Country code Picker in my android project , in component tree it is showing question mark at CCP

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


i m trying to add Country code Picker in my android project , in component tree it is showing question mark at CCP



This is XML code which I am using right now


<com.hbb20.CountryCodePicker
android:id="@+id/ccp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:ccp_defaultNameCode="IN">
</com.hbb20.CountryCodePicker>



image





CCP is not working....
– Sandeep Vishwakarma
15 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results