Question by 
               nvtuan · Apr 05, 2018 at 08:28 AM · 
                build-errorbuild error  
              
 
              GPG and Google Mobile Ad - Unable to merge android manifests. Trying to merge incompatible element
Hi everyone. i updated Google Play Games and Google Mobile Ad to latest version but i cannot build my game, it can't merge manifest
    <activity
  --    @android:name="com.google.android.gms.ads.AdActivity">
  --</activity>
  --(end reached)
    <activity
  ++    @android:name="com.google.android.gms.ads.AdActivity"
  ++    @android:theme="@android:style/Theme.Translucent">
  ++</activity>
 
               i found duplicates libraries play-services-ads-lite-9.5.0.arr in Assets\Plugins\Android folder and play-services-ads-lite.aar in Assets\Plugins\Android\libs folder. i try to delete one but it doesn't work i searched many days but i didn't found any solutions for my problem.
Please help me !!!
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
My game always crashes when building a standalone release, it fails at "OnPreprocessShaderVariants" 2 Answers
Build failed with the following error 0 Answers
Building Game Error, baselib.dll.lib not found 1 Answer
Bogus Null Reference in Build only,Bogus Phony NULL REFERENCE in BUILD ONLY (works in editor) 0 Answers