Android Question error when using facebook library

nicolas irigoyen

Member
Licensed User
hi im getting this error when trying to compile the attached proyect in the firebaseauth to support facebook tutorial..

anyone knows what may be the problem??
it happens only when trying to initialize the facebookSdk object..
thanks you at all!!

B4A Version: 7.30
Parsing code. (0.00s)
Compiling code. (0.09s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Generating R file. Error
C:\Users\FirebaseAuth\Objects\bin\extra\res1\res\values\values.xml:161: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.NoActionBar'.
C:\Users\FirebaseAuth\Objects\bin\extra\res1\res\values\values.xml:166: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Dialog'.
 

DonManfred

Expert
Licensed User
Longtime User
compile the attached proyect
which attached project? I dont see one

Based on the error you should prepare your app to be AppCompat compatible.

Follow the Appcompat Tutorials on how to setup you app with AppCompat.
 
Upvote 0
Top