lua - difference between the corona sdk 2013 version (2013.1137.msi) and 2014 version(2014.2189.msi) -


i'm using corona sdk 2013 version. installer package coronasdk-2013.1137.msi, have no problem when using but when change corona sdk corona sdk 2014 version (2014.2189.msi), have bugs setreferencepoint error , other things change corona sdk 2013 version because comsumes time when

my question is:

even if corona sdk outdated, apk package still uploaded in google play?

the biggest problem ar facing betweet 1137 , 2189 on 2000 using new graphics 2.0 library. have 2 options:

in config.lua can add parameter:

application = {     content =     {         graphicscompatibility = 1,  -- turn on v1 compatibility mode          width = 320,         height = 480,         scale = "letterbox"     }, } 

your mileage graphics compatibility flag vary. didn't have greatest results spent time upgrade code graphics 2.0. here's migration guide here.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -