Hello friends,
I am working on a B4A project and I got java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Base64 error on Android 7.
I tried using try-catch to handle this error, but to no avail. The application closes completely on some devices (force close)
I jetified the...
Hi all.
I just did a simple test - if I put my code into Try/Catch LastException shows me an error description but doesn't show a line number wher the error happens.
If I run my code without Try/Catch it shows (in red in the log) exact line number, error description but the app crashes.
My...