Can someone help me with solving this error?
https://github.com/powermock/powermock/issues/1062
The problem here is that Google didn't implement the full Java Beans system on Android. There are a few different ways around it, I've submitted a PR with a fairly straightforward drop-in replacement for Java Beans.
I'll see if I can replicate what he did for the PR here: https://github.com/powermock/powermock/pull/1067
GitHub
I am using Powermock: ` // androidx implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' testImplementation 'jun...