I opened your project in Android Studio and clicked on the Play button. The app started on my Google Nexus 9 tablet. The display.newText() emitted “Hello World!” as expected.
I opened the main.lua using Sublime Text 3 and changed the display.newText() to “Hello World! How are you?”. I stopped the app in android studio and hit play again. I see “ello World! How are you” on the screen. Of course, the text is cut off because it’s too big and is expected. But the main.lua did update.
I did disable the Instant Run because it didn’t like me having two accounts on the Nexus 9.
That’s strange… It seems that something is wrong with my environment, however I followed the instructions. Even if I rename or delete Corona folder from the project, nothing happens - it starts the same default template.
I opened your project in Android Studio and clicked on the Play button. The app started on my Google Nexus 9 tablet. The display.newText() emitted “Hello World!” as expected.
I opened the main.lua using Sublime Text 3 and changed the display.newText() to “Hello World! How are you?”. I stopped the app in android studio and hit play again. I see “ello World! How are you” on the screen. Of course, the text is cut off because it’s too big and is expected. But the main.lua did update.
I did disable the Instant Run because it didn’t like me having two accounts on the Nexus 9.
That’s strange… It seems that something is wrong with my environment, however I followed the instructions. Even if I rename or delete Corona folder from the project, nothing happens - it starts the same default template.