Warning: [options] bootstrap class path not set in conjunction with -source 1.6

when i am trying to build an android version of my game system popup this error message, help me

Which extensions do you use?

After removeing https://github.com/Lerg/extension-admob/archive/master.zip lib form dependancies, apk file builed sucessfully. but i need to add admob to my app.

dependencies = https://github.com/defold/extension-fbinstant/archive/master.zip,https://github.com/britzl/defold-sharing/archive/1.4.1.zip,https://github.com/Lerg/extension-admob/archive/master.zip

Ah, ok, so this is probably this problem: AdMob Extension

Also note that, for future debugging, a ”warning” is not an ”error”.
A warning is a suggestion that something needs to be fixed, it might be causing an error at runtime.
An error is a known error, right there and then, which needs to be fixed. In this case, it doesn’t clearly state the error, but it’s in fact the stack trace below the first line.
I mention this since it helps when finding the root cause, to avoid chasing a red herring.

1 Like

I am trying to fix this at the moment in my admob extension. Making progress, but not completed yet.

2 Likes

Fixed admob, please try again.

2 Likes