Android Question File not found: FirebaseAds.b4x_excluded

dagodom

Member
Licensed User
Longtime User
Hello,
adding firebase libraries FirebaseAdMob and FirebaseAnalytics in compilation I get the error

File not found: FirebaseAds.b4x_excluded

Using b4A version 8, in the manifest editor I added the following instructions:

B4X:
CreateResourceFromFile (Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile (Macro, FirebaseAdMob.FirebaseAds)

What am I doing wrong ?
Thank you
 

dagodom

Member
Licensed User
Longtime User
You're right, I reinstalled version 8 and the error is resolved.
Thank you
 
Upvote 0

dagodom

Member
Licensed User
Longtime User
In compiling after an interminable time I get this error

Byte code conversion - dex optimization. error
UNEXPECTED TOP-LEVEL ERROR:
java.lang.OutOfMemoryError: GC overhead limit exceeded

I saw that we need to increase the memory but I do not have this path on my PC.
(C: \ Users \ <Your user name> \ AppData \ Roaming \ Anywhere Software \ Basic4android)

Where can I find the .INI file?

Thanks again
 
Upvote 0
Top