I can't seem to get my app working and I keep getting these two warnings:
:-1: warning: security_policy_groups_safe_app (debug): (REJECT) reserved policy group 'debug': not for production use
The debug policy group is automatically injected and should only be used for development.
To create a package for the store use the publish tab!
:-1: warning: desktop_Exec (app): found unexpected Exec with architecture 'all': ./qtc_device_debughelper.py
I searched up both errors but I wasn't getting any clear solutions. I think my Javascript may be incorrect because I noticed you need to add things like "UI.". On the other hand, I am not getting errors for the meanings app but it still won't work as intended and I don't know why but I'm guessing it is something small. Also, I downloaded the Pixel Dungeon Repo and I quickly changed some values like defense and health which is a cheap way to make the game easier. Alex and Finn helped me with it a bit because I had to change the name of the package but I haven't tested to see if it worked.
I'm sorry I wasn't there to help you through these early stages. Whenever you create a new HTML 5 app, you get a working app skeleton. It has stuff you want to remove, so you should do that, and then start adding things back in, bit by bit, making sure it runs after each step.
ReplyDeleteWe can talk about this tomorrow.