Hi. So i am building my app in corona, decompiling it with apk manager, changing the version name from 1.0 to 1.1. Then when i try to compile it again using apk manager i get an error. Any suggestions? Aleks [import]uid: 84344 topic_id: 15875 reply_id: 315875[/import]
I’m curios because I had also problems in using APK-Manager with newer builds of Corona SDK [import]uid: 70114 topic_id: 15875 reply_id: 58715[/import]
We’ve added version name support to the newest daily build, which is available to you if you are a paid subscriber. You cannot set the version name into the build window just yet (we’ll add it in the near future), but you can set the version name via the “build.settings” file as follows…
settings ={ android = { versionName = "2.0" }}[/code] [import]uid: 32256 topic_id: 15875 reply_id: 60908[/import]
one word… awesome! [import]uid: 84344 topic_id: 15875 reply_id: 60987[/import]