Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchFieldException: producerIndex #26

Closed
ralph-bergmann opened this issue Aug 25, 2015 · 1 comment
Closed

NoSuchFieldException: producerIndex #26

ralph-bergmann opened this issue Aug 25, 2015 · 1 comment

Comments

@ralph-bergmann
Copy link

Since I updated from v0.1.0 to v0.2.0 I get this error. I think it is a proguard problem.

I found this producerIndex field in rx.internal.util.unsafe.SpscArrayQueueProducerFields and in rx.internal.util.unsafe.SpmcArrayQueueProducerField

This line -keep class rx.internal.util.unsafe.** { *; } in my proguard conf fixes the problem.

Maybe you want to add this info to the readme? :-)
I doesn't have this problem with RxAndroid or with RxBinding

@dlew
Copy link
Contributor

dlew commented Aug 25, 2015

This is a problem with the core RxJava project itself. Please refer to ReactiveX/RxJava#3097.

@dlew dlew closed this as completed Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants