"MyGame" wont run without Google Play Service

settings = { orientation = { default = "portrait", supported = {"portrait", "portraitUpsideDown"}, }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.GET\_ACCOUNTS", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.RECEIVE\_BOOT\_COMPLETED", }, applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="ca-app-pub-xxxx~xxxx"/\>]], }, }, plugins = { ["plugin.pasteboard"] = { publisherId = "com.coronalabs", }, ["plugin.notifications.v2"] = { publisherId = "com.coronalabs", }, ['plugin.appodeal.beta.base'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.AdColony'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.AmazonAds'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.AppLovin'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Appnext'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Chartboost'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.FacebookAudience'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Flurry'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.InMobi'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.IronSource'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Mobvista'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.MyTarget'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Ogury'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.StartApp'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Tapjoy'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.TwitterMoPub'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Unity'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Vungle'] = { publisherId = 'com.coronalabs' }, ['plugin.appodeal.beta.Yandex'] = { publisherId = 'com.coronalabs' }, }, excludeFiles = { all = { "Icon.png", "Icon-\*dpi.png", "Images.xcassets", }, android = { "LaunchScreen.storyboardc", }, }, }

Here is my build.setting. This problem appeared when I changed the sprites for the game. I can’t understand what could be the error. Yesterday I did the assembly, build.setting did not change, and everything worked !!!

Can you provide a better description of what you mean by:

““MyGame” wont run without Google Play Service”

Are you getting an error? in the simulator? on the device? During build? From Google Play’s developer console?

What version of Corona are you running?

Rob

I not have a problem in simulator.When i testing a build of my game in emulator of Android , my game write ““MyGame” wont run without Google Play Service” and show the button “exit”.I tested 2 day ago build without change in build.setting and my game has work in emulator

Corona Version :2019.3528

It sounds like your emulator isn’t setup with Google Play Services. See these two links for possible resolutions:

https://android.stackexchange.com/questions/172874/how-to-resolve-get-google-play-services-error

https://stackoverflow.com/questions/23265214/android-emulator-this-app-wont-run-without-google-play-services

I found these with a simple internet search on Google searching for “won’t run without Google Play Service”

Perhaps an Android Studio update or an update to your emulator software changed something.

Rob

Thanks for link but it don’t helped me in that problem.
I create new project and build him.Success
When i copy build.setting(watch in top) in blank project , i take the annoying message from emulator {“MyGame” wont run without Google Play Service}
What of these plugins can be reason for this annoying message

I am confused

The Appodeal plugin, for certain requires devices to have Google Play Services installed on the device.  Notifications V2 is based around Google’s Firebase Cloud Messaging (FCM) also is dependent on Google Play Services being installed.

Rob