Attempt to invoke virtual method

I asked @Ibrahim_Jamar if he can run a test since I don’t have Android 15.

Can we see all blocks?

I have it disassembled right now because I was doing tests, but I’m sending you the blocks from a test I did in a new project to see if anything was blocking it, maybe another extension, but no, the same error.

Have you tried the project I sent you in PM?

sorry, i don´t see that! thanks!


Doing it your way, and replicating it in my test project, works correctly. But when I try to start my project, it doesn’t work and gives the same error. Any ideas?

I confirm, the error is due to having Kodular’s native One Signal that was added in the last update.

Hmm, if the error you’re getting is this, I don’t think it can be related to OneSignal :face_with_diagonal_mouth:

Yes, that’s the error I’m getting. I understand it might not be related. But I tried activating OneSignal on the test version and also removing it from the project that was having the problem, and now it’s working fine.

I’m currently using the Sunny extension, but I’m getting runtime error D8, and the video showing how to delete classes doesn’t include those files in the latest versions (Scope.class). The repair command -d8 doesn’t work either. @vknow360

If it does not include in aix then it has been already deleted in latest version.

And why wouldn’t it be working? error D8.

any idea? thanks @vknow360

[RunD8] ERROR: Your project contains extensions that conflict with internal libraries.
[RunD8] INFO: Help: You can either remove the conflicting extensions OR add “-d8fix” at the end of your app’s version name to fix this automatically.
[RunD8] INFO: Note: “-d8fix” might result in unexpected behaviour in some cases.
[RunD8] ERROR: Classes and conflicting external packages:

  • “com.google.android.gms.auth.api.signin.GoogleSignInAccount”: [“com.sunny.onepush”]
    [RunD8] ERROR: Sorry, we couldn’t fix the D8 issue automatically. Please ask the extension developer to provide a compatible version of the extension.
    [RunD8] ERROR: d8 failed.
    [RunD8] Task errored in 1.607 seconds

Withouth d8 fix

[RunD8] ERROR: Your project contains extensions that conflict with internal libraries.
[RunD8] INFO: Help: You can either remove the conflicting extensions OR add “-d8fix” at the end of your app’s version name to fix this automatically.
[RunD8] INFO: Note: “-d8fix” might result in unexpected behaviour in some cases.
[RunD8] ERROR: Classes and conflicting external packages:

  • “com.google.android.gms.auth.api.signin.GoogleSignInAccount”: [“com.sunny.onepush”]
    [RunD8] ERROR: d8 failed.
    [RunD8] Task errored in 1.218 seconds

Delete this class.

1 Like