python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
e: java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope
I get this error after upgrading my room version from 2.2.6 to 2.4.2. and also my target and compile SDK from 30 to 31.
implementation "androidx.room:room-runtime:2.4.2"
implementation "...

Muraino
Votes: 0
Answers: 0
Android Navigation Components Error: 'bad operand types for binary operator' in generated file
I am working on an app that incorporates Android Navigation Components. A generated build file MyFragmentDirections.javais preventing the app from being built, this file contains numerous errors simil...
John Harrington
Votes: 0
Answers: 1
Kotlin 1.3.72 Using andriod extention or should I change. Is it safe?
Good day.
I am somewhat new to kotlin and android development. I found a helpful guide from a few years ago it uses kotlin extensions which I have come to release is a bit outdated and no longer used....
helpVulcan
Votes: 0
Answers: 1
Array of arrays/array of objects/arrayList of arrayList
I'm doing a project, where I'm reading accelerometer sensor data from a smartwatch. The app that is made has a start and stop button, that starts and stops the sensor readings, respectively.
I would l...
KPsanz
Votes: 0
Answers: 2