My android application requires installing a project template in the client side so once the user click in generate an APK , it modify that template and create an android application, the APK is generated using ANT , my concern is that i don't want the client to be able to browse the project and see the code, i need a way to make that template encrypted at least the SRC folder that has the classes and once the user click to generate the APK it will be decrypted at run time till the APK generated , then it will be encrypted again , is there is a way to achieve this ?
Note :it will be installed in windows OS