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

ExceptionInInitializerError on release compilation, not in debug #52

Open
NoeTeria opened this issue Dec 20, 2024 · 2 comments
Open

ExceptionInInitializerError on release compilation, not in debug #52

NoeTeria opened this issue Dec 20, 2024 · 2 comments

Comments

@NoeTeria
Copy link

NoeTeria commented Dec 20, 2024

Hi,

I have an error when i'm compiling an Android project (Gradle 8.7) that uses HTMLUnit. I have to use “minifyEnabled false” otherwise I can't compile the project.

I get the following error:
Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in C:\Users\Max\AndroidStudioProjects\HtmlUnitTest\app\build\outputs\mapping\release\missing_rules.txt.

When I add the lines present in the missing_rules.txt file to the proguard-rules.pro file, compilation works, but when the application is launched, it crashes with the following error, only in release version, in debug it works perfectly:
2024-12-20 21:51:43.675 4769-4856 AndroidRuntime com.example.htmlunittest E FATAL EXCEPTION: Thread-4 Process: com.example.htmlunittest, PID: 4769 java.lang.ExceptionInInitializerError at h0.c.run(Unknown Source:0) Caused by: U0.a: java.lang.ClassNotFoundException: Didn't find class "org.apache.commons.logging.impl.LogFactoryImpl" on path: DexPathList[[zip file "/data/app/~~1DICEQ7q6eNAuBKvozLXPw==/com.example.htmlunittest-AosG8OuIiji70Y2tiTizbw==/base.apk"],nativeLibraryDirectories=[/data/app/~~1DICEQ7q6eNAuBKvozLXPw==/com.example.htmlunittest-AosG8OuIiji70Y2tiTizbw==/lib/arm64, /system/lib64, /system/system_ext/lib64]] at U0.b.run(Unknown Source:397) at java.security.AccessController.doPrivileged(AccessController.java:43) at U0.e.h(Unknown Source:5) at U0.e.b(Unknown Source:826) at V0.l.<clinit>(Unknown Source:0) at h0.c.run(Unknown Source:0) Caused by: java.lang.ClassNotFoundException: Didn't find class "org.apache.commons.logging.impl.LogFactoryImpl" on path: DexPathList[[zip file "/data/app/~~1DICEQ7q6eNAuBKvozLXPw==/com.example.htmlunittest-AosG8OuIiji70Y2tiTizbw==/base.apk"],nativeLibraryDirectories=[/data/app/~~1DICEQ7q6eNAuBKvozLXPw==/com.example.htmlunittest-AosG8OuIiji70Y2tiTizbw==/lib/arm64, /system/lib64, /system/system_ext/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207) at java.lang.ClassLoader.loadClass(ClassLoader.java:379) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at U0.b.run(Unknown Source:25) at java.security.AccessController.doPrivileged(AccessController.java:43) at U0.e.h(Unknown Source:5) at U0.e.b(Unknown Source:826) at V0.l.<clinit>(Unknown Source:0) at h0.c.run(Unknown Source:0)

Do you have any idea how to solve this problem ?
Thank you

@sengsational
Copy link

What OS are you running on your development machine? Grasping, but sometimes extra-long paths can mess things up.

@NoeTeria
Copy link
Author

NoeTeria commented Jan 4, 2025

Thanks for the answer, I'm using Windows 11. I don't think the problem comes from the paths, they are not extremely long.

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