Could not find Firebase jar file

Change the local maven repository path of the Android External Dependency Manager from Assets/LocalRepo  to Assets

Reason: When EDM4U resolves dependencies, it saves them into the “local maven repository path”. However the Dependencies.xml file from Firebase states that the dependencies are in the Assets folder (in the Firebase SDK folder). If EDM4U stores them in a different folder, the resolver will not find them.