Using other Ad services

I want to use an ad service called “Adad”, i implemented it in android studio and it works well but i do not know how should i integrate it with corona enterprise, it uses a “adad-client.jar” file also with some java code to show, hide the ads. i checked ads-provider projectTemplates but it does not have any reference to jar files,now i want to know where should i reference these jar files?what are the whole steps to integrate it with corona enterprise?

in corona documentation say this about project.properties : 

This is where you include the Corona library and optionally 3rd party libraries such as InMobi, inneractive, etc.

but according to comments in project.properties , we cannot edit this file manually and it will erase all modifications 

For Android, drop the .jar file in the “libs” directory. This should cause it to get linked in. Now you can access it from your java code. If you want to access it from Lua, you would need to follow the Provider code to get it so you can access it.  See:
 

https://docs.coronalabs.com/native/plugin/index.html

Rob

For Android, drop the .jar file in the “libs” directory. This should cause it to get linked in. Now you can access it from your java code. If you want to access it from Lua, you would need to follow the Provider code to get it so you can access it.  See:
 

https://docs.coronalabs.com/native/plugin/index.html

Rob