Results 259 comments of codeanticode

ok, I think I was wrong about suggesting the assets folder. I believe the problem is that if the library contains resource files, it needs to be built as a...

@rich-gg This may be related to #482. In fact, that issue is making me thing that, in general, loading pixels arrays is causing these out-of-memory errors. For instance, every time...

Opened a separate issue on the use of pixels to initialize textures: #483

Both #482 and #483 are now fixed, and will push a new release of the mode soon.

I think the main purpose of publishing artifacts on a repository like Maven it being able to include them into Android Studio projects easily. Can that be done if they...

Ok, sounds like it could work out. The url would be https://android.processing.org/... Let's revisit when we reach this stage.

@Jamer125 Hi there, do you get this error when running your sketch from the PDE, or after exporting it as an Android (Gradle) project and building from the command line?

The line "java.lang.IllegalArgumentException: No view found for id 0x7f0a001b" in the error log makes me think that there is a problem with the layout for your view...

Thanks for the suggestion, sounds like a good idea! I don't have time to implement it right now, but will tag it as enhancement request. Maybe somebody can contribute a...