- Home /
 
Game Analytics & Facebook sdk android build error
Hi, when importing game analytics & facebook sdk i get an error when building for android
Note: I've found the solution & posting this for my reference & to help others
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by slake_it · Sep 11, 2018 at 08:39 AM
Solution
change build type from build settings -> internal into gradle
search for "support" which should show two support library files in Plugins>android folder, remove one of them ( they are duplicate)
Your answer