Illegal characters in filenames of a .jar file which android studio is not accepting
问题 I wanted to use StanfordCoreNLP library in my android app . So i have imported the .jar files using the following dependencies in my gradle.build file . These are my gradle dependencies The Files are imported properly but many of the files in the .jar file have ':' character in their names which the android studio wont accept .You can see the names here . Filenames with invalid characters in .jar file So i got an error as below when i tried to make the project . com.android.build.api