Publish build debug
Publish > Build > Debug
this document from Solar2D guide tells us how to collect the debug log messages from the simulator, or the log from Android phone or iPhone
Tips and Common Pitfalls
-
Lua files are published but images are not. Please make sure Export images icon is in yellow
-
a button was created, but the associated layer is deleted or renamed later. You need to delete the button component from Kwik panel, and you may recreate a button with the updated layer.
-
the name of a layer is duplicated. Don’t duplicate layer names. Please check this guideline
If you need help, you can report an issue to the forum https://kwiksher.com/forums/forum/kwik4/
tmplt/**/*.lua
In a kwik project folder, you find tmplt folder that stores the source files of lua codes.
-
build4/commands/p
/<action_name>.lua, the action codes you set for an Action/Button -
build4/components/p<NUM/<component_name>.lua, the page components like animation, buttons etc.
Once you have finished fixing or modifying a lua file manually for a need, you like to keep it. So please use custom code method. It prevents the file from overwritten next time of publish
When You directly modify a lua file by yourself to fix an issue or bug. You may raise it as an issue or a pull request to the official repository of Kwik4tmplt. Thank you for your cooperation. I will take care to migrate modifications of yours if necessary.
Enjoy!