How can I use config.lua to build Android Enterprise

I’ve been looking for how to apply config.lua when I build with android enterprise.

I see that insert build.setting code in AndroidManifest but what about config.lua?

When I build as tutorial content size was not applied as I want.

Maybe because I’m stranger with enterprise, but I couldnt find proper information yet

Please help me.

The Lua portion of your Enterprise app should use config.lua just like a Corona SDK app does.

Thank you for your reply

Do you mean config.lua code into AndroidManifest.xml?

I need more detail

In Enterprise, you have a folder where your main.lua lives, just like a regular SDK app. Your config.lua goes there just like it does in an SDK project. You don’t touch any .xml files for the config.lua.

Please see:

https://coronalabs.com/blog/2015/03/10/tutorial-corona-sdk-to-corona-enterprise/

https://coronalabs.com/blog/2014/04/01/tutorial-corona-enterprise-quickstart-android/

Rob

Thank you

I need to check my code again

I’ve already done as you said

The Lua portion of your Enterprise app should use config.lua just like a Corona SDK app does.

Thank you for your reply

Do you mean config.lua code into AndroidManifest.xml?

I need more detail

In Enterprise, you have a folder where your main.lua lives, just like a regular SDK app. Your config.lua goes there just like it does in an SDK project. You don’t touch any .xml files for the config.lua.

Please see:

https://coronalabs.com/blog/2015/03/10/tutorial-corona-sdk-to-corona-enterprise/

https://coronalabs.com/blog/2014/04/01/tutorial-corona-enterprise-quickstart-android/

Rob

Thank you

I need to check my code again

I’ve already done as you said