Unable to build for android

Missed this thread, same thing going on over here: https://forums.coronalabs.com/topic/67350-android-server-build-failed/

For me its including Kidoz or Supersonic or Google Play Services that breaks it.

Hey everyone. This thread is getting unmanageable and I seriously could use your help to keep things straight.

There are two types of build errors:

  1. Happens all the time, can’t build at all.

  2. Happens from time to time.

I really need these separated out. Then I need to know:

  1. What build of Corona SDK are you using.

  2. What platform are you building on (Windows, macOS)

  3. What plugins are you using.

  4. Are you building for iOS or Android when it fails (or is it failing for both)

  5. Can you build HelloWorld successfully for the platform it’s failing for?

  6. Can you post the complete error message from the Corona Console log (Copy/Paste please, no screen shots).

  7. Can you try to use a different network connection?

  8. What is  your IP address. If you don’t know:  http://www.whatsmyip.org/ or http://whatismyipaddress.com/ (one was giving me an IPv4 address the other an IPv6).

I’m trying to avoid asking for build.settings files because they can be massive, I may come back on a case by case basis and ask for it.

Thanks

Rob

Rob, hello!

I try to answer on some of your clauses

  1. v2016.3016

  2. Only appodeal plugin

  3. macOS

  4. I’m building for android only

  5. didn’t try(see lower)

  6. No, i didn’t - (see lower)

  7. No, i didn’t

  8. 95.28.80.249

So the reason of avoiding 5-7 clauses is that I could to build app after 24 hours( like as sky256). There were no errors during the building. But I’ve got another message on my mobile device when i tried to SHOW ADs(see attached file)… But that might be relates to unclear code or some problems with appodeal immediatly. 

the initialization code

adProvider = "appodeal" function adListener( event ) print("asd") local msg = event.response -- Quick debug message regarding the response from the library print( "Message from the ads library: ", msg ) if ( event.isError ) then print( "Error, no ad received", msg ) else print( "Ah ha! Got one!" ) end end ads.init( adListener, {appId = "518e7293d9d79e23140de4f8a3eedf70c05b5a7ec5c4921c"})

and code when i try to launch AD in other scene

1.ads.show("interstitial")

It would happen in 1st scene but there floats the error

@vladoz260, then your not having this build for android error. Please start a new thread for your issue.

Thanks

Rob

@vladoz260

If you still have your issue, please post a new topic for it as it’s not related to this thread. 

I see what the issue is and can tell you how to solve it, plus I have some advice I’d like to give.