Android Question Firebase services firelayout.aar missing dependency in B4A

PeterPaulGumpal

Member
Licensed User
Hi, could someone please help on this library, it's missing:

Could not find file 'C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\firelayout.aar'.

Here's the content of my Manifest file;

AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<uses-sdk android:targetSdkVersion="26" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)

SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top