drdev wrote:Yeah, the res folder goes there, but I thought I was going to have to have Forge download that separately since it makes the .apk too big. My plan was to zip up the res folder and publish it along side the .apk, then download and extra the zip file when starting up the app. Is it possible to just have it in the .apk directly?
I think it's possible to put it in the .apk, but as you said, it makes it really large. Right now the build process does something along the lines of the desktop build. It creates, signs, and aligns the .apk, then copies that and the res folder into a new folder, zipping up the cards folder. I can have it zip up the whole thing if you want it to. Then you'll just have 2 things to publish.
Right now I'm still just having difficulty getting it to start, but otherwise the build process seems to be ready to go.
Edit: So it seems not everything got copied over to my phone. Testing again.
Edit 2: Yup, that was it! Copied over the missing files and what do you know? It worked! Let me know how you'd like things packaged and I'll set it up then commit it.