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

Crash on initial startup #2

Open
SaurabhKukreja opened this issue Jan 5, 2020 · 0 comments
Open

Crash on initial startup #2

SaurabhKukreja opened this issue Jan 5, 2020 · 0 comments

Comments

@SaurabhKukreja
Copy link

App is crashing as soon as I open it:

2020-01-04 22:46:32.107 335-369/com.zoftino.roomrxjava E/AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
Process: com.zoftino.roomrxjava, PID: 335
java.lang.NoSuchMethodError: No virtual method iterator()Landroid/arch/core/internal/SafeIterableMap$ListIterator; in class Landroid/arch/core/internal/SafeIterableMap; or its super classes (declaration of 'android.arch.core.internal.SafeIterableMap' appears in /data/app/com.zoftino.roomrxjava-j1ddGzRnnJkdv7g315Au4w==/base.apk)
at android.arch.persistence.room.InvalidationTracker$2.run(InvalidationTracker.java:377)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
2020-01-04 22:46:32.109 335-370/com.zoftino.roomrxjava E/AndroidRuntime: FATAL EXCEPTION: pool-3-thread-2
Process: com.zoftino.roomrxjava, PID: 335
java.lang.NoSuchMethodError: No virtual method iterator()Landroid/arch/core/internal/SafeIterableMap$ListIterator; in class Landroid/arch/core/internal/SafeIterableMap; or its super classes (declaration of 'android.arch.core.internal.SafeIterableMap' appears in /data/app/com.zoftino.roomrxjava-j1ddGzRnnJkdv7g315Au4w==/base.apk)
at android.arch.persistence.room.InvalidationTracker$2.run(InvalidationTracker.java:377)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)

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

1 participant