Hello everybody. I’m trying to start with Corona Native and Android Studio.
I followed the instructions for Mac OS from here https://docs.coronalabs.com/native/android/index.html
Everything is working fine, I’m able to build and start the template project on my device, BUT
when I change main.lua located at Corona folder, it’s ignored. It seems that it’s not used in the project at all.
It’s showing default template copied from /Applications/Corona/Native/ , the project is building with no errors.
However Corona Simulator is showing the changes I made.
What am I doing wrong?