i unzip apk file using 7zip but how get apk again?
Develop games in your browser. Powerful, performant & highly capable.
you need to make an apk out of it :D
With what Exporter do you made the .apk ? Normally you export with this Exporter the files again.
i use cocoon to make apk ;D hmmm
just compress it as a zip again... You can also improve the loading etc with zip align:
jayxie.com/mirrors/android-sdk/resources/articles/zipalign.html
There are also other tools like apktool etc.
delgado Here are a couple tutorials that will help you through the whole process:
Create Android Game
Android games with CocoonJS
Thank you Wink