标签: java android gradle jar dependencies
我尝试使用第三方jar库。不幸的是,它似乎缺少一些依赖: java.lang.ClassNotFoundException: Didn't find class "thirdparty.android.support.v7.appcompat.R$attr"
java.lang.ClassNotFoundException: Didn't find class "thirdparty.android.support.v7.appcompat.R$attr"
我能以某种方式将它添加到这个罐子里吗? 我自己使用那个android.support.v7.appcompat,为什么附加的第三方库不会尝试使用该代码并且它本身会查找它?
android.support.v7.appcompat
我明白吗?