Android Question Manifest parsing to Firebase 2.0

ibra939

Active Member
Licensed User
Longtime User
hi iam tring to test firebaseadmod 2.0 but i get error as following
B4A Version: 10.70
Parsing code. (0.00s)
Java Version: 8
Building folders structure. (0.02s)
Compiling code. Error
Error parsing manifest script:
File not found: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\firbaseanalytics.jar


Note that i add firbaseanalytics.jar but stell i get error
 

Attachments

  • ADMOB.zip
    61.5 KB · Views: 111

DonManfred

Expert
Licensed User
Longtime User
The error is in your manifest!

The Library is Named FirebaseAnalytics; NOT FirbaseAnalytics!

CreateResourceFromFile(Macro, FirbaseAnalytics.GooglePlayBase)

COPY THE CORRRECT Snippet please. Do not write it down if you write it down incorrectly.

Go again over the Tutorial and copy the correct Snippets....
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
thanks i will test it
 
Upvote 0
Top