android - Failing to compile forked Github Repo with Jitpack -
i forked repo on github , wanted build project. figured jitpack easiest way this. followed instructions , still cannot compile.
i noticed in android studio when expand "external libraries" section in left pane can see repo there. however, when expand it, not of classes there. there seem obfuscated. see java package name expect, see a, b, c, d, e, f, g, h, i, j, classes. in world going on here?
i think know might happening here. android library forked had proguard enabled. think trying compile against binary built proguard via jitpack, don't think work.
when build against github source through jcenter, guessing building source, , not compiled binaries why problem did not exist until started using jitpack , forked repo. not 100% sure however.
i won't mark answer accepted until sure issue.
Comments
Post a Comment