Build Error Code: E008


Build Error Message: Unable to generate build with the KeyStore Information provided.


What does this mean?


This means there is a mismatch of what the builder VS the KeyStore Information is sending during the build request.


How to resolve it?


Make sure your Google Developer Account is connected to your BuddyBoss App and all the KeyStore Information is completed. To check the KeyStore Information settings:

  1. Go to BuddyBoss App > Configure > Android Settings.
  2. In the App Configuration section, make sure you have the Application ID already connected.
  3. In the KeyStore Information section, make sure you have all the KeyStore information such as KeyStore, Password, Alias, Key Password already connected.

E003 - KeyStore Information

If even after having all the KeyStore Information, your app build fails, you will have to regenerate the KeyStore from scratch and add it to the Android Settings. 

To regenerate the KeyStore Information:

  1. Go to WordPress Admin > BuddyBoss App > Tools > Generate KeyStore.
  2. Enter a KeyStore Password and KeyStore Alias.
    If you leave these fields blank, these details will be generated for you.
  3. Enter the Certificate Information.
    This is the name of the individual or organization signed to this certificate.
    Only the First and Last Name field is required, but it is recommended you complete all relevant fields.
    If you are releasing your app as an Organization, you should complete the Organization name.
  4. Click Generate.
  5. Check the box to confirm you understand you won’t be able to download this KeyStore Certificate again.
  6. Click Download.
  7. Back up the ZIP folder with your KeyStore Certificate.
    It is very important you back up your KeyStore somewhere safe. Once your Android app is published, all future versions of the app must use the same KeyStore Certificate. This means if you lose your KeyStore Certificate, you will be unable to update your app.

Import KeyStore

Next, we import the KeyStore Information to your BuddyBoss App:

  1. Go to WordPress Admin > BuddyBoss App > Configure > Android Settings.
  2. In the KeyStore Information section, click the Import button.
  3. Select the zip folder generated by the Generate KeyStore tool.
  4. Click Save Changes.


With these steps completed, you can now generate builds of your Android app.


You will need to generate a new Android build to apply the changes made to the KeyStore Information settings.

Related Articles