Extension not appearing

I modified the Player component from the App Inventor sources - Player. I compiled the extension and when I import it to the builder then the extension dosent appear in the section:

SharedScreenshot

The extension name is 'Playerx' and not 'Player'.
I am not sure if its only happening to me. But when I search it in the Pallete it appears:

SharedScreenshot

The compiled app works properly.

Here is the source on GitHub and the AIX file:

com.kumaraswamy.playerx.aix (17.0 KB)

Maybe this is problem:

category = ComponentCategory.MEDIA,

1 Like

Oh thanks now it works. I dont know how I missed it to change! First time when I import the extension with category with extension dosent worked. I had to reload it twice. Anyway thanks. :yum:
My silly mistake.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.