D DarkSmart Member Licensed User Jun 9, 2019 #1 Hi i want use firebase admob for rewarded video ads ,but i do not know i help from this thread: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content https://www.b4x.com/android/forum/t...tegrated-with-firebase-backend.67710/#content https://www.b4x.com/android/forum/threads/firebaseadmob-rewarded-video-ads.71430/ i install firebase from b4a sdk manager i have b4a 9.01 and sdk 28 now i get this error when compile: B4X: B4A Version: 9.01.2 Java Version: 8 Parsing code. (0.00s) Building folders structure. (0.01s) Compiling code. Error Error parsing manifest script: File not found: FirebaseAds.b4x_excluded how find FirebaseAds.b4x???? tnx, i waiting... Last edited: Jun 9, 2019
Hi i want use firebase admob for rewarded video ads ,but i do not know i help from this thread: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content https://www.b4x.com/android/forum/t...tegrated-with-firebase-backend.67710/#content https://www.b4x.com/android/forum/threads/firebaseadmob-rewarded-video-ads.71430/ i install firebase from b4a sdk manager i have b4a 9.01 and sdk 28 now i get this error when compile: B4X: B4A Version: 9.01.2 Java Version: 8 Parsing code. (0.00s) Building folders structure. (0.01s) Compiling code. Error Error parsing manifest script: File not found: FirebaseAds.b4x_excluded how find FirebaseAds.b4x???? tnx, i waiting...
Erel B4X founder Staff member Licensed User Longtime User Jun 9, 2019 #2 The manifest editor should include: B4X: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds) Make sure to use the libraries that came with B4A. Don't replace any new internal library with an old library. Upvote 0
The manifest editor should include: B4X: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds) Make sure to use the libraries that came with B4A. Don't replace any new internal library with an old library.