Adding itextg to gradle
问题 I want to add itextg via gradle to avoid having to maintain a set of library jars. Maybe it's me but I can't find the correct gradle compile statement anywhere. dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:20.0.0' compile 'com.google.code.gson:gson:2.3.1' compile 'com.itextg:itextg:5.4.3' } Regular itext works just fine but I'm trying to do stuff with images. compile 'com.itextpdf:itextpdf-5.5.6' 回答1: I think that's because we