Open xiukongtiao opened 8 years ago
@yegor256 take a look at this issue please and dispatch it somehow, see par.21
@xiukongtiao should be working. what error/exception do you see? show some code
@yegor256 This is also part of the reason why jcabi-github doesn't work on Android. As far as I know, it's because .apk files are packed differently so the lib cannot find the Manifest.mf file... I read my configs from a .properties files instead.
@xiukongtiao what do you think about what @amihaiemil said above? if Android packs files differently, you can't use this library.
when wen use a own jar in android app, we want to read the manifest file of the jar, but we can not, how can we solve it?