android中报Didn't find class "org.apache.commons.logging.LogFactory"

报错:Didn't find class "org.apache.commons.logging.LogFactory"

解决办法:需要下载jar包:commons-logging-1.2.jar 或在build.gradle中导入compile files('libs/commons-logging-1.2.jar')

在我的下载资源中有commons-logging-1.2.jar,可进行下载

你可能感兴趣的:(Android,Studio,Android,LogFactory,jar)