Skip to main content

Android Addons!

· One min read
Anirudh Sevugan
Tech Enthusiast

Remember what I said about addons being desktop-only? Well, I kinda lied.

Now, we've introduced an Android addons system. It is different compared to desktop, because in the Android app you can't load addons, or any native scripts dynamically in a safe and lightweight way. So, this means that you'll have to download the source, open it in AI2, create an extension (.aix), load it, and use it in your code, then recompile.

More info is available at the docs!