Yes, zw files and ll files can be merged in a single APK.
In theory all you need to do is follow the guide for both apps while using the same project. There is only one trick: in order to be able to browse templates, zooper and ll use the same method : they look for a keyword in the package name (“zwskin” and “lltemplate”). So if you want your APK to be found by both app, you need to use package name such as: com.example.lltemplate.zwskin.my_template.
Other than that, if you hit a problem, don’t hesitate to ask me.
< ![CDATA[
Yes, zw files and ll files can be merged in a single APK.
In theory all you need to do is follow the guide for both apps while using the same project. There is only one trick: in order to be able to browse templates, zooper and ll use the same method : they look for a keyword in the package name (“zwskin” and “lltemplate”). So if you want your APK to be found by both app, you need to use package name such as: com.example.lltemplate.zwskin.my_template.
Other than that, if you hit a problem, don’t hesitate to ask me.
]]>