自从这个问题发生两天以来,我已经陷入困境,虽然它已经很完美,但是出了什么问题可以帮助我。
异常:
Could not find class 'com.google.gson.Gson$1', referenced from method com.google.gson.Gson.<init>
这是我的傻瓜:
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile files('libs/notification-hubs-0.4.jar')
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.google.android.gms:play-services-maps:8.4.0'
compile 'com.mcxiaoke.volley:library:1.0.19'
compile 'com.anthonycr.grant:permissions:1.0'
compile 'com.github.johnkil.print:print:1.3.1'
compile 'com.android.support:design:23.2.1'
}
注意:请不要建议我在libs文件夹中添加gson jar并编译我已经这样做,并获得另一个异常java.util.zipException duplicate entry
提前感谢任何帮助。