arpitbandi
Member
Hi, am trying to add firebaseadmob to my app. have followed the instructions but with the firebaseadmob specific lines added to my app manifest, compilation gets stuck on convert byte code and fails after a couple of minutes.. tried increasing timeout time but no success. works ok again if remove everything relevant to firebaseadmob. anyidea hat needs to be fixed??
the manifest code is somewhat like.
the manifest code is somewhat like.
manifest:
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)
CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
AddPermission(android.permission.REQUEST_INSTALL_PACKAGES)
AddPermission(android.permission.ACCESS_FINE_LOCATION)
AddReplacement($ADMOB_APP_ID$, ca-app-pub-1861836503328029~6621979718)
SetApplicationAttribute(android:name, "androidx.multidex.MultiDexApplication")