facebookarchive / android-jsc

Scripts for building JSC for Android
Other
255 stars 38 forks source link

jsc:r174650 has "duplicate entry: javax/annotation/Nullable.class" when react android 0.15.0 #11

Closed yipengmu closed 8 years ago

yipengmu commented 8 years ago

org.webkit.android-jsc.version=r174650

a problem attach to me when i use react native android 0.15.0:

duplicate entry: javax/annotation/Nullable.class

in abjectively case , another maven GAV also has Nullable which the package is also javax.annotation. even i can exclude an dependence a GAV ,bug i can't exclude all the files in an exist package,opps!

seem to https://github.com/johncarl81/parceler/issues/13

can @kmagiera @mkonicek help me and tell me how to sovle it.

https://github.com/yipengmu/react-native-android-lession/blob/master/pics/jsc-bug.png jsc-annotation-bug

kmagiera commented 8 years ago

Duplicate of #10