Runtime error with new Corona SDK simulator

After installing the new Corona SDK and run the application appears to me. 

You need to download sprite.lua from corona’s github repository.

Sprite.* api was removed in graphics 2.0

Better yet, i would suggest using display.newSprite instead, as it is the successor to the sprite library.

Hope this helps.

You need to download sprite.lua from corona’s github repository.

Sprite.* api was removed in graphics 2.0

Better yet, i would suggest using display.newSprite instead, as it is the successor to the sprite library.

Hope this helps.