Sorry if this already came up earlier...
Iv'e built some apks earlier with XDK crosswalk but now im realy stuck :C
Problem: I built a game with 3 Layouts (webstorage is the fancyest thing in the project)
I try to compile but i get the "verify error" ... the project isn't big but i spent a day seeking mistakes in my writing or shorten my sprite names without success.
so i rebuilt my project step by step (Layout by Layout) and now comes the mystery:
Layout1 (Login + Event Sheet) --> Works in compiler emulator --> Is able to create apk --> works on android device
now i added the "variables" eventsheet
still all working.
now i added the Layout2 + Event Sheet
- -> Works in compiler emulator --> Is able to create apk --> starts on android device with "A BLANK PROJECT TEMPLATE" and a touch me button o0
What did i do wrong???
How to fix this?