Building native plugin to run with simulator

I managed to build my .a and .jar dependencies, but I’m not sure how to place them in the Application Support folder properly to get Corona to pick it up.

Any tutorial on this?

Btw, the plugin I’m working on will be called “SolarJs”, and the aim is to get javascript working on more than just HTML5 :wink: Mainly I want this for better WebSocket support.

Thanks in advanced!

I got it!

Don’t put it in the Caches…put it directly in the Solar2DPlugins directory…like this

This stuff really needs to be documented

edit: for anyone wondering, the Solar2DPlugins folder is found under your home directory. If you don’t know what that is, on Mac, open the terminal and type open ~ and it will lead you there