[Help] App force closes and says it has Stopped when implementing "Show external login UI" node?

Like the title says after i implemented the “Show external login UI” node (the below pic shows how the Bp is) and i put the script in my Game Mode Bp. I packedged the project and uploaded the apk in the play store in alpha testing. I updated my app on my phone and when i opened it it gives me, "Unfortunately, has stopped.‘’ And also it says in the notifications that my app is, ‘looking for resources to download’'. Like i don’t what that means and i don’t know whats the problem? I have services enabled and entered the all the keys so what problem am i making?

Show external login UI script in the game mode BP

Imgur

play services project setting

Imgur

Hey Spookey0188,

I was unsuccessful in replicating this in a First Person Blueprint project on the . Could you please give me more information about your project, your device and whether or not you’ve been able to replicate this error? Do you have any from your device that I could review?

If you’re not sure how to obtain on your Android device, please go to: C:\android-sdk-windows\tools and open up ‘Monitor.bat’ and obtain from there. You will have to select the you want to save otherwise a blank log will be saved.

Thanks!

The app works fine when I package it and install it through the bat file. Everything works even services. Howevr whenI install it through play store in alpha testing it gives me this error debug log

java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }
at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:2124)
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2248)
at android.app.ContextImpl.bindService(ContextImpl.java:2226)
at android.content.ContextWrapper.bindService(ContextWrapper.java:560)
at com…android.vending.a.j.a(Unknown Source)
at com…android.vending.expansion.downloader.a.u.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6897)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

I asked the same question in UE4 forums and am trying To solve the issue But still haven’t fixed my problem yet.

closes-and-says-it-has-Stopped-when-implementing-quot-Show-external-login-UI-quot-node&p=452030#post452030

The above thread might be of some use of info. I hope you can fix my problem!

Did you try as Babcock suggested and change the LicenseChecker.java within the Engine directory and not your project? Are these the errors that show up after you’ve done as suggested?

If so, could you please provide us with a full output log from the device? You should be able to get the by going to: C:\android-sdk-windows\tools and running Monitor.bat

Thanks!

Hey i did what asked and i packaged the app and uploaded to the play store In alpha testing. So when i download it i don’t get the force closing error or such, but instead now i get an XAPK validation failed error? I posted this response more detailed in the other thread where i asked this question which i linked above. If you know how to fix this XAPK validation failed error that would be awsome. Thanks!

Please turn on the package data in APK. It’s under Android Settings in Project Settings. Once it’s packaged if it’s equal or less than 100 mb then you can upload it onto GooglePlay without the OBB.

Hey! I finally got it to work. The reason it said XAPK file validation failed is because when I package the app with an .OBB file. I forgot to upload the .OBB as an expansion file after I uploaded the APK. Which is my fault my fault in my case.

This thread is where i fixed my problem