This library contains a complete list of countries, their alpha2 and alpha3 codes, international prefix code, flags (48dp), latin names, and local names.
To use the android-logging library in your builds, add the following line to your Gradle build script:
compile 'com.airg.android:countries:+@aar'
Or download the library from the download link at the top of this page.
Because of the localized names, javadoc fails to build the javadoc (at least on Windows). The solution is to force Javadoc to use the UTF-8 charset:
set JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
Please refer to the contribution instructions.