Error compiling Android app

Hi
I’m trying to make a bundle for android but an error occurs:

my extensions list


Thanks!

We made an announcement recently regarding Android dependency management:

I also see from your list of extensions that you depend on unversioned dependencies (ie master.zip). This is NOT recommended as changes to an extension may break your game.

According to the Android dependency management post all of the official extensions such as extension-push, extension-facebook and so on have new recommended base dependencies. Examples:

Facebook (https://github.com/defold/extension-facebook/archive/2.3.2.zip) depends on:

https://github.com/defold/android-base-extensions/releases/download/1.0.0/support-v4-27.0.2.zip
https://github.com/defold/android-base-extensions/releases/download/1.0.0/support-v7-27.0.2.zip

Push (https://github.com/defold/extension-push/archive/1.4.1.zip) depends on:

https://github.com/defold/android-base-extensions/releases/download/1.0.0/firebase-core-16.0.8.zip
https://github.com/defold/android-base-extensions/releases/download/1.0.0/firebase-messaging-17.3.4.zip
https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-base-16.0.1.zip
https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-measurement-16.4.0.zip
https://github.com/defold/android-base-extensions/releases/download/1.0.0/support-v4-26.1.0.zip

And so on. Please visit the GitHub page of each extension that you use and read the manual to see that you are using the correct dependencies.

1 Like