please help gpgs play games android

hi anyone please help… i wanna make a leaderboard game… but idk how to do… 

i tries to open dis website but i think its expired already… https://coronalabs.com/blog/2013/06/25/tutorial-introducing-google-play-game-services/ 

iam stuck… anyone can gimme code sample…or wut todo… where should i put the code… anyone have code sample… will very appreciate it. 

new corona doesnt have the sample… :frowning:

I think you might be interested in this tutorial

https://docs.coronalabs.com/tutorial/games/gameLeaderboards/index.html

and my gpgs already activated.

Does this error appear at Simulator or Android device?
 

its appear on android…

the last pict from emulator

Please try with the latest daily build 2017.3179
 

You can download it here https://developer.coronalabs.com/downloads/daily-builds

i tried download lastest daily build… n its still runtime error… wut should i do? pls help

i think its simulator build… after dat… i transfer it to my phone n its show up error when i open the app by my phone…

I have noticed that your plugins section located inside android section.

It should be moved outside as independent entry.

I mean your build.settings file.

You have it like 

[lua]

android = {

plugins={

}

}

[/lua]

but it should be

[lua]

settings = {

android = {

}

plugins = {

}

}

[/lua]

I think you might be interested in this tutorial

https://docs.coronalabs.com/tutorial/games/gameLeaderboards/index.html

and my gpgs already activated.

Does this error appear at Simulator or Android device?
 

its appear on android…

the last pict from emulator

Please try with the latest daily build 2017.3179
 

You can download it here https://developer.coronalabs.com/downloads/daily-builds

i tried download lastest daily build… n its still runtime error… wut should i do? pls help

i think its simulator build… after dat… i transfer it to my phone n its show up error when i open the app by my phone…

I have noticed that your plugins section located inside android section.

It should be moved outside as independent entry.