Android Question facebook login issue Failed resolution of: Landroidx/activity/result/ActivityResultRegistryOwner

laguilar

Member
Licensed User
Longtime User
Hi @Erel, Today I tried to submit a new version of our application to the play store, and we were met with a warning that the min sdk is now 31. After adjusting that, I was met with a list of other compilation errors, most of which I think I resolved, but this. I've recently updated my B4A to the 12.20 beta. I am using JDK11, Facebook Library 2.01, Firebase Auth 2.01, and the 14.1.1 versions of the facebook-common, facebook-core, and facebook-login files. I've revised my manifest with the template provided in the facebook auth library page in this forum.

I can see there is a post about a similar problem, but it does not appear the post was updated with a solution: https://www.b4x.com/android/forum/t...in-from-embedded-browsers-is-disabled.143551/

1675811883496.png
 

laguilar

Member
Licensed User
Longtime User
I've since resolved it. Apparently I just needed to fetch some of the latest androidx libraries in the sdk manager. Thanks.
 
Upvote 0
Top