Phase • Animations made easy!

Update - v2.2.1

  • Fixed the bug that caused java.lang.NoClassDefFoundError after the nb184 release.
  • Reduced the extension's size by ~20%.

Download

AIX: io.shreyash.phase.aix (81.3 KB)


In case you face any issues with the extension, please feel free to report them here. :smile:

6 Likes

Aparece el siguiente error al copilar : java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/ViewCompat;
Note: You will not see another error reported for 5 seconds.

1 Like

Make sure you have the latest version of the extension :point_down:

1 Like

I KEEP GETTING THE SAME ERROR

java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/ViewCompat;
Note: You will not see another error reported for 5 seconds.

Try re-importing the extension.

Are you using the extension in App Inventor or in other distros, like Kodular? If it's some other distro, it's likely that they haven't yet migrated to AndroidX. In that case, you should use version 2.2.0. You can find it here:

2 Likes

I get the same problem.

I have used the latest version... not solved :sweat_smile:, I am using app inventor

Please add on curred event block so that we can ignore the error

Post a test aia to reproduce this issue.

2 Likes

i think you need to provide java file of your extension.
it will help new extension developer.

So, please provide java file

I'm not bound to do everything people ask me to. You PMed for the exact same thing on Kodular community as well. Have some etiquettes while asking for something; don't order, learn to request.

Nevertheless, Phase is closed source and I don't have any plans to open source it anytime soon. So, please refrain from asking for it.

6 Likes

There are several open source extension you can find here and on Kodular community. And I'm not going to give you my extension's source code. Please stop asking for it.

4 Likes

okay no problem, do you know any open source code??

I'm not sure if this is a bug, but I'm having a problem with this:
The block:
image
Running the code gives this error:
image
If you could help me out with this I'd appreciate it!

Restarting the companion app should get this resolved. If it doesn't, try deleting the companion's asset directory as explained here.

1 Like

I reopened the companion and this time I got this error:
image
I want to do the other solution but the guide you linked for deleting the companion's asset directory says how to do it on a usb connected device, would you know what file I would have to go to for a companion app that's in the BlueStacks emulator?

Yes, I can confirm. I get the same error with ImageSprite component:


grafik

1 Like

Try this:

grafik

1 Like

Obviously, ImageSprite and Ball is not an AndroidViewComponent.

2 Likes

Oh, I didn't realize that was how the extension worked. Thank you! It works now.

1 Like