python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
class loaded via dalvik.system.PathClassLoader cannot resolve dependencies on classes in the app
I am loading a class using dalvik.system.PathClassLoader and by reflection creating newInstance from the constructor. This works fine if the loaded class contains only the "standard" java an...
francogrex
Votes: 0
Answers: 0
why a field named "$r8$clinit" was generated in an interface in its smali code?
I have an interface A.kt like this in an Android app:
interface A {
fun f1(defaultValue: String): String
fun f2(defaultValue: Boolean): Boolean
private class B(context: Context) : A {
...
Richard Hu
Votes: 0
Answers: 0
Dalvik crash on Oneplus on Android 12
I've got an app in the play store, and have just started seeing the following crash on crashlytics as we're releasing a new version:
Fatal Exception: java.lang.VerifyError: Verifier rejected class app...
James Riordan
Votes: 0
Answers: 0
Android - failed to generate Javadoc with Android Studio Bumblebee
I'm trying to generate Javadoc using latest Android Studio via built in tool:
Tools=>Generate Javadoc...
Whatever I choose from a tool's parameters window there are a lot of errors thrown, regardin...
Evgeniy Mishustin
Votes: 0
Answers: 2