Android Question error while trying to load app in emulator

Makumbi

Well-Known Member
Licensed User
Please help me out i am getting the error below when i try to load the app thanks
B4X:
B4A Version: 9.00
Parsing code.    (0.45s)
Building folders structure.    (0.14s)
Compiling code.    Error
Error parsing manifest script:
Error parsing google-services.json:
Could not find file 'D:\Backup smiskabojja 2019-07-23 08.24\KabojjaApp\google-services.json'.

B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
AddPermission(com.majeur.launcher.permission.UPDATE_BADGE)
AddPermission(com.sec.android.provider.badge.permission.READ)
AddPermission(com.sec.android.provider.badge.permission.WRITE)
AddPermission(com.htc.launcher.permission.READ_SETTINGS)
AddPermission(com.htc.launcher.permission.UPDATE_SHORTCUT)
AddPermission(com.anddoes.launcher.permission.UPDATE_COUNT)
AddPermission(com.majeur.launcher.permission.UPDATE_BADGE)
AddPermission(com.huawei.launcher3.permission.READ_SETTINGS)
AddPermission(com.huawei.launcher3.permission.WRITE_SETTINGS)
AddPermission(com.huawei.launcher2.permission.READ_SETTINGS)
AddPermission(com.huawei.launcher2.permission.READ_SETTINGS)
AddPermission(com.huawei.android.launcher.permission.WRITE_SETTINGS)
AddPermission(com.huawei.android.launcher.permission.READ_SETTINGS)
'End of default text.
 

Shelby

Well-Known Member
Licensed User
Longtime User
In other words, you must find a way to set the pathway such that the program can find the file it needs. Someone more knowledgeable than I am will help soon. Remember to ask your question in the search field above for previous solutions. If you know all that I've said, "Never mind...."
Frankly, I'm not sure where that backup file is needed by the program.
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
In other words, you must find a way to set the pathway such that the program can find the file it needs
No.

The file must be present in the projectdir when compiling the Project.
The file is part of the firebase-Integration
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…