Hi there,
I am using corona sdk sample code from
C:\Program Files (x86)\Corona Labs\Corona\Native\Samples\SimpleLuaExtension
Its an android native code + corona sdk code.
So there is android project in that I want add my external .aar library file
How can I add those libraries in that android project?
there is setting flatDir “libs”
Using this I can able to add those library but it app doesn’t run because corona setting also get changed.
Can anybody knows how to add .aar library along side with corona sdk + android native
Thanks in advance