Build Failed - Error code: 1 (ANDROID ONLY)

This is my oldest app; originally published in 2017. I’ve kept it up-to-date with our latest builds; the last being Jan 2024. However, something has changed that has caused a new build problem.

Here is my Console output when attempting to create a new Android build. It’s important to note that I’ve already re-downloaded google-services.json from Firebase, used for notifications.

Using openjdk version “17.0.6” 2023-01-17
OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
OpenJDK 64-Bit Server VM (build 17.0.6+0-17.0.6b829.9-10027231, mixed mode)
ERROR: Could not create build.properties:
Unable to find client entry for package ‘com.coronalabs.playBible’ in Google Service settings file ‘google-services.json’. Please change application package name or disable useGoogleServicesJson in build.settings
Android build failed (1) after 0 seconds
ERROR: Build Failed: Error code: 1
2024-04-20 11:04:32.754 Corona Simulator[82618:5554893] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.

I sounds like you need to change your package name to match your google services json.
I highly doubt your live app package name is “com.coronalabs.playBible”

1 Like

This was a ‘duh’ on my part. Thank you.